ChuckDrago
Active Member
- Joined
- Sep 7, 2007
- Messages
- 470
- Office Version
- 2010
- Platform
- Windows
Hi everyone!
I have deployed a poor-man's Search Engine built in Excel. It helps users to locate documents, searching by action (get, purchase, add, request, etc) or by string. The returned info is a listing of all applicable forms and/or procedures. It is enabled to open any of the documents in use in our company (xls, doc or pdf) and it works really well. There is only one problem I have no clue how to address, and that is the following:
When a user requests a document and it is a worksheet (.xls or .xlt) the document opens up for whatever purpose he/she invoked it. Upon finishing, the user can close the document either by the small "x" or the large "X". If he/she clicks the small "x", then the Excel doc closes and the focus returns to the Search Engine screen. If, instead, he/she chooses the large "X", then the display warnings about saving show up for both, the invoked document and the Search Engine.
I suppose an event Before_Closing will not work, because the focus is on the invoked document when the closing is executed. Anyone?
Thanks,
Chuck
I have deployed a poor-man's Search Engine built in Excel. It helps users to locate documents, searching by action (get, purchase, add, request, etc) or by string. The returned info is a listing of all applicable forms and/or procedures. It is enabled to open any of the documents in use in our company (xls, doc or pdf) and it works really well. There is only one problem I have no clue how to address, and that is the following:
When a user requests a document and it is a worksheet (.xls or .xlt) the document opens up for whatever purpose he/she invoked it. Upon finishing, the user can close the document either by the small "x" or the large "X". If he/she clicks the small "x", then the Excel doc closes and the focus returns to the Search Engine screen. If, instead, he/she chooses the large "X", then the display warnings about saving show up for both, the invoked document and the Search Engine.
I suppose an event Before_Closing will not work, because the focus is on the invoked document when the closing is executed. Anyone?
Thanks,
Chuck