Hi, I'm trying to copy an Excel worksheet to another workbook using a vbscript. What is the correct syntax for VBA's After:= in vbscript (so it doesn't expect the end of a statement here)?
Thanks, jers
Thanks, jers
Code:
xlapp.Worksheets("Buy List").Copy [b]After:=[/b]Workbooks("Print List.XLS").Worksheets(1)