Need some help to determine if an excel spreadsheet is open. If you attempt to open a spreadsheet (outside of a script) you'll receive a notice that the spreadsheet is open and have a choice to open a read only copy. I would like to offer the similar functionality in a vbscript.
Basically, the spreadsheet is used to input data and the script is used to process the data and write results to the spreadsheet. I want to control the use of the spreadsheet so if someone is running the script and if another user attempts to run the script they we'll be advised that the spreadsheet is in use and to try later.
Any help would be greatly appreciated.
Thanks
Basically, the spreadsheet is used to input data and the script is used to process the data and write results to the spreadsheet. I want to control the use of the spreadsheet so if someone is running the script and if another user attempts to run the script they we'll be advised that the spreadsheet is in use and to try later.
Any help would be greatly appreciated.
Thanks