OK, so the more I get into this, the fancier I'm trying to make things...
So in my script I cycle through a list of potential member numbers from an Excel file. If a number comes up as already in use, I write the member's name in the cell adjoining the number. This works fine.
At the end of the script, I save the file with appExcel.Save. But I get this Excel dialog box "A file named 'RESUME.XLW' already exisits in this location. Do you want to replace it?"
RESUME.XLW is not the name of my workbook. This must be a temp name...? If I answer Yes in the dialog, it saves the changes to my workbook.
But how can I have it just Save it without prompting me?
So in my script I cycle through a list of potential member numbers from an Excel file. If a number comes up as already in use, I write the member's name in the cell adjoining the number. This works fine.
At the end of the script, I save the file with appExcel.Save. But I get this Excel dialog box "A file named 'RESUME.XLW' already exisits in this location. Do you want to replace it?"
RESUME.XLW is not the name of my workbook. This must be a temp name...? If I answer Yes in the dialog, it saves the changes to my workbook.
But how can I have it just Save it without prompting me?