Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have tabs renamed, so i am using this
For c = 2 To 13 Sheet2.Range("C5:E5").Copy Range("C5:E5").PasteSpecial xlPasteValues, xlPasteSpecialOperationAdd ' (this range is on sheet1) Next c i want to replace the 2 with the c so it selects the range of sheets from 2 to 13. any help appreciated -- Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Ignoring Sheet in For Each Loop | Excel Programming | |||
Jump out of Do Loop on sheet change | Excel Programming | |||
Loop - for each sheet not working? | Excel Programming | |||
Another loop & sheet question | Excel Programming | |||
Excluding sheet in loop | Excel Programming |