tidepooler
New Member
- Joined
- Jun 24, 2024
- Messages
- 4
- Office Version
- 2021
- Platform
- Windows
Hello,
I am attempting to set up my Excel workbook/worksheet (not a user form) to clear a dropdown box when the file is closed. Right now, every time I close the file and reopen it, the last selection in the dropdown is shown. I want this to be clear.
I may also need to change this in the dropdown box's properties, but I have been going down the rabbit hole with VBA code. The problem is that I cannot seem to figure out which event I can apply code to that allows me to use the object name and set its value equal to "".
Thanks in advance!
I am attempting to set up my Excel workbook/worksheet (not a user form) to clear a dropdown box when the file is closed. Right now, every time I close the file and reopen it, the last selection in the dropdown is shown. I want this to be clear.
I may also need to change this in the dropdown box's properties, but I have been going down the rabbit hole with VBA code. The problem is that I cannot seem to figure out which event I can apply code to that allows me to use the object name and set its value equal to "".
Thanks in advance!