ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   I need to get the integer value from the address R[4]C, any ideas ? (https://www.excelbanter.com/excel-programming/375404-i-need-get-integer-value-address-r%5B4%5Dc-any-ideas.html)

Goofy

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 ?



NickHK[_3_]

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 ?





Mr Struggler

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