I'm working on a document search tool for internal use at my company. The tool consists of one main workbook which contains all of the code and the interface (a UserForm), and a database.xlsx which is hidden and only open in the background and contains information and search terms for each document that can be searched for/opened.
While testing, I've ran into Error 429: ActiveX component can't create object. This only happens in a very specific scenario:
Any ideas on how to remedy this?
While testing, I've ran into Error 429: ActiveX component can't create object. This only happens in a very specific scenario:
- Have any other Excel spreadsheet open
- Open the search tool workbook
- Close the search tool workbook
- Opening the search tool workbook once more gives me Error 429 in Workbook_Open() on Line 0.
Any ideas on how to remedy this?