Home
VBA / Excel / Access / Word
Access
Application
Data Type
Data Type Functions
Date Functions
Excel
File Path
Forms
Language Basics
Math Functions
Outlook
PowerPoint
String Functions
Windows API
Word
XML
Sqr « Math Functions « VBA / Excel / Access / Word
VBA / Excel / Access / Word
Math Functions
Sqr
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.