View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default Macro to copy multiple selctions to different pages

My code does exactly what you say. The value of 1 +
Sheets("Sheet1").Cells(r3,
"BU") will vary depending on what is in column BU. If it = 1, Sheet2
will be used. If it = 2, Sheet3 will be used, etc. If you want to
copy from multiple rows, then put my code within a loop.

Hth,
Merjet