View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
M. Authement M. Authement is offline
external usenet poster
 
Posts: 94
Default Relativity with a macro

No it will not. You will need to use a named range, Indirect, or Offset
(there may be other options as well, but one of those three should work).


"Mary jane" wrote in message
...
If I create a macro to automatically print a total row, and then I
manipulate
that row i.e. move it, add columns, whatever, will the macro adjust to all
changes and run correctly?

Thanks