Macro doesn't show up in list

ValuationMan

New Member
Joined
Jun 30, 2017
Messages
49
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Hi All,

I'm having a really weird macro issue. Even though the modules are all present in my workbook, I do not see any of the macros in the list in Developer > Macros. Yes, I clicked "enable macros" when opening the file. No, I do not have any parameters in the macros. I have also tried removing all modules and adding them back. I have also tried creating a new module. None of it seems to work. Have any of you ever come across that before?
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Are any of them named as Private Sub? Those don't show up on that list.
Events will not show up either (procedures that start automatically based on a specific action).
 
Upvote 0
Try a new workbook instead of just a new module, copy one of the missing procedures to the new workbook and see if it comes up on the list then.
 
Upvote 0
Try adding a reference, then debug-compile, then remove the new reference, and see if that helps?
 
Upvote 0
Try a new workbook instead of just a new module, copy one of the missing procedures to the new workbook and see if it comes up on the list then.
Doesn't come up. It's a very odd glitch. Never seen this before.
 
Upvote 0
Thank you to both of you for your help. Rory's suggestion helped. I noticed VBE was holding onto a lot of the workbook references even after quitting Excel completely. Anytime I tried to debug-compile the workbook quit, which clued me into the workbook being corrupted. I ended up opening the file using Open and Repair and that fixed it.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,063
Messages
6,122,935
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top