Hi,
What went wrong with this code? I want the new sheets to be placed at the last sheet of workbook
![]()
Please Login or Register to view this content.
Hi,
What went wrong with this code? I want the new sheets to be placed at the last sheet of workbook
![]()
Please Login or Register to view this content.
Inside the bracket.
Sheets("NEW SCORECARD").Copy after:=Worksheets(ActiveWorkbook.Sheets.Count)
Hi JieJenn,
Thanks a lot.![]()
Hi.
Try
![]()
Please Login or Register to view this content.
regards
Hi Naveen,
Thanks. It was resolved
If you want an identical sheet like "NEW SCORCARD" and copy it your new sheet will be named ("NEW SCORCARD (2)") since a sheet name must be unique in a workbook. You can then change the name to somthing more sutable i.e.:
Alf![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks