Thread: cell reference
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marisa Marisa is offline
external usenet poster
 
Posts: 8
Default cell reference

Hi there,

I am using excel 2002. I want to write a macro to copy an area of cells (4
rows by 4 columns) to 1 row down. e.g. source cells A1:D4, then destination
cells be A2:D5.

The starting cell should be the current active cell. Actually the column is
fixed, always A to D, only the row reference need to be refer to the active
cell.
How should the macro be?

Thanks a lot!
Marisa