Macros not displayed in "View Macros Box" Alt F8 Hoping someone can help.

jgoomster

New Member
Joined
Sep 28, 2021
Messages
16
Office Version
  1. 365
Platform
  1. Windows
I haven't lost my Macros. I can open up VBA alt F11, and find and run any of my macros, but when i open up the view macros window (displayed in my screenshot) it is blank. I am able to toggle through the "macros in" dropdown box but it doesn't seem to make a difference. I have been googling this problem and it doesn't seem common, but it is frustrating for me.

I have rebooted; I have also tried repairing office 365 to see if that would solve the problem.

I am not sure what I have done. I am good with excel but pretty novice with VBA.

Any help would be appreciated.

Thanks,


1632830432594.png
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi & welcome to MrExcel.
Do you have Option Private Module at the top of your modules?
Also do any of your macros start Private Sub
 
Upvote 0
I do not. here is a snippet of Alt+f11, this is stored in my personal macro book and I can run it on that file, but the window is still showing no macros. It is the weirdest thing.

1632831738742.png
 
Upvote 0
In that case I'm afraid I have no idea. It's not something I've ever come across.
 
Upvote 0
Is the IsAddin property of your personal macro workbook set to True?
 
Upvote 0
i am sorry, i dont know how to check. i didnt change any settings.
 

Attachments

  • 1632832746764.png
    1632832746764.png
    73.4 KB · Views: 26
Upvote 0
Double click the ThisWorkbook object for the personal macro workbook in the project explorer window (usually top left in the vb editor) then press f4 if the properties window isn't already visible. You should then be able to see the IsAddin property.
 
Upvote 0
Double click the ThisWorkbook object for the personal macro workbook in the project explorer window (usually top left in the vb editor) then press f4 if the properties window isn't already visible. You should then be able to see the IsAddin property.
Thank you, it is false, should i change it to true?

1632839014464.png
 
Upvote 0
I thought you were talking about your Personal macro workbook?
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,199
Members
449,072
Latest member
DW Draft

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