Forum home » Delegate support and help forum » Microsoft Excel Training and help » microsoft excel training - How do a repeat this macro command till it reaches the last spre
microsoft excel training - How do a repeat this macro command till it reaches the last spre
Resolved · Low Priority · Version Standard
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.
For upcoming training course dates see: Pricing & availability
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
RE: How do a repeat this macro command till it reaches the last
Hi David,
I intend to go on your course... as soon as I get some free time!
Cheers
ALi.
P.S. I have now finished the project that related to the query. I ended up using a work-around.
|
