Personal VBA macros disappeared

571202

New Member
Joined
May 26, 2019
Messages
47
Hi, my macros are still working and in my Personal file but are not in the below box, not in any of the drop downs ie Personal.xlsb, How do I get them back. Thanks in advance.

1688472997393.png
 

Attachments

  • 1688472846868.png
    1688472846868.png
    7.9 KB · Views: 4
Make sure that no Add Ins have been disabled.
1688602380091.png
 
Upvote 0

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Also, try recording a new Macro and saving to PERSONAL.XLSB.
 
Upvote 0
Probably not your issue, but macros that contain one or more parameters will not appear in the macros list. For example, the following macro won't appear in the list because it contains the parameter x...

VBA Code:
Sub Macro1(x as Long)

    'etc
   '
    '

end sub
 
Upvote 0
Also...
 
Upvote 0
Also...
I have nothing disabled
 
Upvote 0
Probably not your issue, but macros that contain one or more parameters will not appear in the macros list. For example, the following macro won't appear in the list because it contains the parameter x...

VBA Code:
Sub Macro1(x as Long)

    'etc
   '
    '

end sub
I have lots of macro that have been fine for years but have now suddenly disappeared, cheers
 
Upvote 0

Forum statistics

Threads
1,215,942
Messages
6,127,807
Members
449,408
Latest member
Bharathi V

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