Can't run macro "name!Spinner_change@. The Macto may not be available in this workbook or all macros may be disabled.

indygo

Board Regular
Joined
Dec 2, 2013
Messages
126
Office Version
  1. 365
Platform
  1. Windows
Ok, first of all I did my research. Typical advise is: enable macros in your workbook and save is as xlsm file. I've done so and proplem persists.

Screens:

MFnWaXD.png


I've read several posts on this forum, tried different macros like this one:
Sub Macro2()

Application.Run "name.xlsm"

End Sub


Sub Macro2()


Application.Run "name.xlsm"


End Sub

But it doesn't work. Please help
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Looks like you're trying to run an Event. You can't do a call like that. If you still need the event, take the code out of the event and put it in its own procedure. Then call the procedure from the Event. Then, whatever method you were using to call it above can be used to call the procedure.
 
Upvote 0

Forum statistics

Threads
1,225,684
Messages
6,186,424
Members
453,354
Latest member
Ubermensch22

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