View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hal Forman Hal Forman is offline
external usenet poster
 
Posts: 2
Default relative reference in a macro to define a name

I can't seem to get relative referencing to work. I found the toolbar with
Relative Referencing on it, but even when selected, the macro still has
absolute referencing!

Can anyone tell me what the code might look like to:

select the active cell
move end-down
move right 7 columns
define a name for the resulting range

Many thanks!