• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Macro Names when Pressing F8

polarisking

Member
Sometimes two macros in the same workbook and module will display differently: one will show just the Sub Name, the other will show the FileName + Module Name + Sub Name.

Any ideas?
 
Depends on if you have macros of the same name stored in different locations/modules, and/or which workbook has the file. Macros in regular code modules of the active workbook should only appear as the simple name. If macro is in a different workbook, will show longer name.
 
Back
Top