View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Broderick John Broderick is offline
external usenet poster
 
Posts: 4
Default How to define a relative named range in VBA

For example I want to create a name (CellBelow) that always refers to the
cell below the active cell.
I know how to do this with Insert Name / Define, but how does one do it
within VBA?

Thanks,
JB