P
Pmxgs
Hi!
I have a workbook with four sheets, and i'm writing a procedure where at
some point i need to save only one of the worksheets as a new excel file
(workbook).
i used:
supose i want to save "sheet2"
worksheets("sheet2").saveas(filename)
This works well except the new file contains all of the sheets of the
original workbook.
Thanks,
pmxgs
I have a workbook with four sheets, and i'm writing a procedure where at
some point i need to save only one of the worksheets as a new excel file
(workbook).
i used:
supose i want to save "sheet2"
worksheets("sheet2").saveas(filename)
This works well except the new file contains all of the sheets of the
original workbook.
Thanks,
pmxgs