View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Mr Struggler Mr Struggler is offline
external usenet poster
 
Posts: 6
Default 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 ?