Morning all
I have cunningly locked myself out of a userform by doing the following:
- Turning off menus and quick clicks in the settings options
- Turning off shortcut menus and naviation in the form settings
- Loading the form as a modal
- Hiding the navigation pane
So there doesn't seem to be a way to get access to the menus or the navigation pane to edit and update the form.
Any idea how I could do this (I can access vba via alt f11 and have the immediate window, but I only have a couple of buttons on the form itself that close the dbase or save the entry)... so no vba as such to hijack.
I have cunningly locked myself out of a userform by doing the following:
- Turning off menus and quick clicks in the settings options
- Turning off shortcut menus and naviation in the form settings
- Loading the form as a modal
- Hiding the navigation pane
So there doesn't seem to be a way to get access to the menus or the navigation pane to edit and update the form.
Any idea how I could do this (I can access vba via alt f11 and have the immediate window, but I only have a couple of buttons on the form itself that close the dbase or save the entry)... so no vba as such to hijack.