Alistair has attended:
Excel Advanced course
How do a repeat this macro command till it reaches the last spre
How do a repeat this macro command till it reaches the last spreadsheet?
ActiveCell.Cells.Select
Application.CutCopyMode = False
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
ActiveSheet.Previous.Select
ActiveCell.Cells.Select
Application.CutCopyMode = False
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
ActiveSheet.Previous.Select
Cheers
ALi.
RE: How do a repeat this macro command till it reaches the last
Ali
If you attend one of our VBA courses and bring along your example then we should be able to help resolve this issue.
regards
david