The macros you see in the Customize Keyboard dialog may be the same as you are seeing in the VBA Editor's project explorer.
Normal.NewMacros1.FindBackCase would be the macro "FindBackCase" in the Module "NewMacros1" in your Normal project (template). If you double-click on the module "NewMacros'" in the project explorer, you will find the listings for the macros in that module. When you are in the editor, with your selection point inside any macro, you can use the Find dialog to find any procedure in that project by name.
|