Problem
The active workbook contains VBA code but the "Procedures" worksheet does not list your VBA subroutines. There are two reasons for this problem:
- Your VBA code has been protected
- You are running Excel XP or later and your security settings disallow access to VBA code
Solution
With regard to i, unprotect your VBA code and re-run Summarizer.
With regard to ii, change your security settings so that Summarizer can access your VBA code. Follow these steps to change your security settings:
- Open the Tools menu from Excel’s main menu
- Click on Macro and then on Security …
- When the Security dialog box opens, click on the Trusted Sources tab
- Check the "Trust access to Visual Basic project" checkbox
- Click on OK