In Excel VBA (2003), I\'ve noticed that any Public or Friend Sub method in either a module or ThisWorkbook that
My methods have already been listed however, ChrisB made the following statement:
Perhaps we should all have Option Private Module at the tops of our code modules as a rule – except where the module contains procedures called by buttons
Even Private routines can be called from a button if the Macro is assigned to the button before making it private.