View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keith Keith is offline
external usenet poster
 
Posts: 262
Default converting ways of referencing cells

Hello,

I have a cell reference that is in the form
Sheet1!$C$4:$C$44
and need to convert it to the form
Sheet1!R4C3:R44C3

Is there a simple programming method that will make the change for me?

Keith