Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Replace:
Range("A533:AY533").Select Application.CutCopyMode = False Selection.Copy Range("A533").Select With: iEnd = Range("A65536").End(xlUp).Row - 1 Range("A" & iEnd & ":AY" & iEnd).Select Application.CutCopyMode = False Selection.Copy Range("A" & iEnd).Select I didn't test this. I believe the - 1 is needed because your earlier code put something in row 534, but maybe not. Hth, Merjet |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and Paste formulas | Excel Discussion (Misc queries) | |||
Copy/Paste formulas | Excel Discussion (Misc queries) | |||
Copy & Paste formulas | Excel Programming | |||
copy and paste formulas | Excel Worksheet Functions | |||
Copy & Paste without the formulas | Excel Programming |