I have a macro-enabled workbook which contains several modules, each module containing a number of macros. My issue is that I open the macro list from the developer tab and no macros for my workbook are there anymore. When I open VBA, I still see them there and associated in the tree to the workbook/project. The macros are still in the modules as well.
Background: Today, after a bit of editing in one of the macros, I closed VBA, got a prompt about a project being reset, I clicked ok. Problems began. All macros in the workbook used to show up from the macros prompt in the developer tab.
Project/Workbook tree with associated modules containing macros; no macros showing in workbook
Option Private Module
on top of the modules? If so, you can either remove it or comment it out. – Super SymmetryOption Private Module
is not declared) – Super Symmetry