Dear All,
I want to move sheets after sheet name " summary " to a new work book, can any one help in such macro ?
Dear All,
I want to move sheets after sheet name " summary " to a new work book, can any one help in such macro ?
Try this.
![]()
Please Login or Register to view this content.
If posting code please use code tags, see here.
There is a syntax error in
for I = Sheets("Summary).Index To Sheets.Count
and how this to export it to a new work book ?
That's just a typo and there's a couple of other errors (only just waking up).
How does it move the sheets to a new workbook?![]()
Please Login or Register to view this content.
It copies them, and since there's no destination specified it copies them to a new workbook.
If you actually want to move them change Copy to Move.
Great
it is working , now , if i want to delete all sheet after summary in the original workbook ? can i use the same code and change it to delete ?
Great
it is working , now , if i want to delete all sheet after summary in the original workbook ? can i use the same code and change it to delete ?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks