Thread: Cell Address
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_4_] Alan Beban[_4_] is offline
external usenet poster
 
Posts: 171
Default Cell Address

One way: ActiveCell(0, 1).Address

Alan Beban

Thomas wrote:
How would I define the cell address of the cell above my
activecell?

Thanks in advance