Is there a way to programatically copy a worksheet from one workbook to another in Excel 2003 in the following way, without having to activate or install any additional code modules (eg VBA Extensibililty library):
copy values, formats, named ranges
do not copy macros or buttons embedded in the source sheet
If I use vbas worksheet.copy function, it includes the macros, which are hard to get rid of
If I do a worksheet.cells.copy, it doesn't copy the named ranges.
Thanks for any advice.
copy values, formats, named ranges
do not copy macros or buttons embedded in the source sheet
If I use vbas worksheet.copy function, it includes the macros, which are hard to get rid of
If I do a worksheet.cells.copy, it doesn't copy the named ranges.
Thanks for any advice.