Via vbscript, I am creating an Excel Worksheet and I want to be able to save the file when it is finished...This is my current code for doing do:

xlsheet.saveas "r:\Reports\" & DBase & ".xls"

This command works fine in a VB environment, but with VbScript, it generates an error...Does anyone know how I can save the xls file when I am finished editing it through script?

Thanks for any help!