Thread: Copy rows macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris_t_2k5[_2_] Chris_t_2k5[_2_] is offline
external usenet poster
 
Posts: 7
Default Copy rows macro

Hi, I need a macro that will copy rows as follows.


I have values in Cells A1:C1, A101:C101, A201:C201 etc.....

All of the cells between 2-100, 102-200 ... are blank. I need a macro that
will copy cell A1:C1 and paste special as values below in the range A2:C100
and the same for all subsequent rows below so in the end all the blank spaces
will be full.

Thanks