Sandra2016
New Member
- Joined
- Aug 29, 2023
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
I created a second form for an Excel spreadsheet. When opening the file I received the Object required error. I have tried several things, including creating a third form in which they could select the language or creating buttons on the Excel sheet to select the language (via a module macro) to get around this, nothing is working. The forms are identical except for the language, so one form ends in _EN and the other form in _SP. I have also tried (both to no avail) to unload or hide the other user form when one opens. I have also used Option Explicit for everything. When I use the compile /debug it doesn't find anything. It is only when I open that file that I receive the Object required error. Of course at that point it will not show me where. Any suggestions?