![]() |
I need to get the integer value from the address R[4]C, any ideas ?
I need to get the integer value from the address R[4]C, any ideas ?
|
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 ? |
I need to get the integer value from the address R[4]C, any ideas ?
Thanks for your help
"NickHK" wrote in message ... 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 ? |
All times are GMT +1. The time now is 01:57 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com