View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Simon Sunke Simon Sunke is offline
external usenet poster
 
Posts: 10
Default access a cell by it's name

Hello

I need to access a certain cell in a worksheet, but I don't know the
coordinates (row,col = because it may be moved when inserting rows or
cols).
So I tried to name that cell, but now I don't know how to access that named
cell from the macro code.

Can anybody help me?
Thanks!
Simon Sunke