Thread
:
Change macro to paste as last sheet
View Single Post
#
2
Don Guillett
Posts: n/a
after:=worksheets.count
--
Don Guillett
SalesAid Software
"Chance224" wrote in message
...
I have a macro that copies the selected sheet and puts it before all of
the
other sheets. How can I change it to put the copy after all of the other
sheets (last sheet in the workbook).
ActiveSheet.Copy Befo=Worksheets(1)
Reply With Quote