Thread
:
Copy Patse Macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
Snake Plissken[_2_]
external usenet poster
Posts: 75
Copy Patse Macro
like this, maybe?
Sheets("Exp_Grp").Select
Range("A1").End(xlDown).Select
ActiveCell.Offset(5, 0).Select
ActiveSheet.Paste
Application.CutCopyMode = False
Reply With Quote
Snake Plissken[_2_]
View Public Profile
Find all posts by Snake Plissken[_2_]