Hello All,
I'm writing a vbs script for domain management. I've gotten accustomed to using excel in but have never tried to copy a worksheet in an xls file as a template for the sheets to be added. I've found VBA scripts on Microsoft's site but I'm not able to use all of the functions.
I've found that most convert ok but am having a problem with the
worksheets.copy("sheetname"
After:=worksheets("destination in the workbook"
command.
The reference page I'm using is:
Any help on this would be greatly appreciated.
Thanks In Advance.
I'm writing a vbs script for domain management. I've gotten accustomed to using excel in but have never tried to copy a worksheet in an xls file as a template for the sheets to be added. I've found VBA scripts on Microsoft's site but I'm not able to use all of the functions.
I've found that most convert ok but am having a problem with the
worksheets.copy("sheetname"
The reference page I'm using is:
Any help on this would be greatly appreciated.
Thanks In Advance.