View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sandy Sandy is offline
external usenet poster
 
Posts: 355
Default VB Code Question Range(

is there a way to addreess a cell using the column number instead of the
column letter?

Instead of Range("A2").value .... Range(? & 2).value

Thank you