View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
robertlewis robertlewis is offline
external usenet poster
 
Posts: 8
Default Selecting all cells using macro

I need to be able to select a range of cells from the first (A1) to the last
active cell. I know there is a Go To.... / Special Cells option but I need a
statement to do this that I can use in a macro. If possible I would like to
give this a name (eg-"All_Active_Cells" so that I can reference it easily in
the macro.
Thanks
Robert