
Launch Excel & open existing WB
Diane,
Here's a test vbs file I've created to open an existsing Excel file, add the
current date then save and close the file. I run this from the command
line.
cheers
peterDavey
Quote:
> I'd like to make a link from my web page that would launch
> Excel and open an existing file in Excel (rather than
> opening it within the browser). KB Article 198703 gives
> the code, but opens a new instance of an Excel spreadsheet
> and, not knowing the code, I don't know how to modify "set
> wb=app.workbooks.add" into something that would open an
> existing workbook. Thanks.