Sqr « Math Functions « VBA / Excel / Access / Word






1.Sqr(number) returns The square root of number. If number is negative, VBA gives a runtime error.
2.Sqr() Returns the square root of a number.