Thread
:
I need to get the integer value from the address R[4]C, any ideas ?
View Single Post
#
2
Posted to microsoft.public.excel.programming
NickHK[_3_]
external usenet poster
Posts: 415
I need to get the integer value from the address R[4]C, any ideas ?
Range("A1").Offset(4,0).Value
or if required:
Cint(Range("A1").Offset(4,0).Value
NickHK
"Goofy" bl...
I need to get the integer value from the address R[4]C, any ideas ?
Reply With Quote
NickHK[_3_]
View Public Profile
Find all posts by NickHK[_3_]