I have a module hidden in my VBA code that I would like to get to debug it, but don’t know how to find and show it. How to do it?
Tools> Macros> Visual Basic Editor
Alt-f11
then expand the Modules folder.
If you have hidden all the menus located on the sides of the VBA window, you can display them:
View - Project Explorer (Ctrl + R)
View - Properties Window (F4)