View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mangesh_yadav[_37_] mangesh_yadav[_37_] is offline
external usenet poster
 
Posts: 1
Default 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