I am trying to write an application in Extra that would access a shared Excel worksheet and pull information from it, without opening the worksheet. The information would then be displayed in a message box. The worksheet is available to over 1,000 other users, so I'm trying to limit the number of people who would have it open at any time. The intent is to create a quick reference to the information in a spreadsheet. Also, if it is currently open, I would need to avoid the pop-up message in Excel to open as Read Only, or Notify the other user.
I think using the command objExcel.Visible = False still counts as the spreadsheet being open... just not visible, and then you can't close the spreadsheet as it isn't visible to close it.
Some users may already have an Excel spreadsheet open, so there is also the issue of the Personal workbook.
Any thoughts?
Thanks in advance
Jeff
I think using the command objExcel.Visible = False still counts as the spreadsheet being open... just not visible, and then you can't close the spreadsheet as it isn't visible to close it.
Some users may already have an Excel spreadsheet open, so there is also the issue of the Personal workbook.
Any thoughts?
Thanks in advance
Jeff