Thread
:
using vba code to find the square root of a number
View Single Post
#
1
Posted to microsoft.public.excel.programming
mangesh_yadav[_37_]
external usenet poster
Posts: 1
using vba code to find the square root of a number
Well, its very easy. suppose you want to find the squareroot of x. Jus
use sqr(x) in the VBA code.
example:
y = sqr(x)
I hope this is what you wanted
- Manges
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
mangesh_yadav[_37_]
View Public Profile
Find all posts by mangesh_yadav[_37_]