Need some help with a project

excelnoobie

New Member
Joined
Apr 26, 2020
Messages
3
Office Version
  1. 2019
Platform
  1. Windows
Hey guys i'm trying ot get this macro in which i can call many other macros within it, sort of like a master macro, but i keep getting the problem of expected variable or procedure, when I compile to see any errors. I don't know, this may be due to how extensive all the other macros are. Any help would be appreciated.

1587932037285.png
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Hi & welcome to MrExcel.
Change the names of your modules (or macros), macros & modules should never have the same name, as it can cause confusion & problems.
 
Upvote 0
Hi & welcome to MrExcel.
Change the names of your modules (or macros), macros & modules should never have the same name, as it can cause confusion & problems.


Thank you for fast response, i did try to change the name of the modules, so that they were not the same as the actual name of the macros in the VBA code but it did not work sadly. Is there any way i can send you the excel file to see for yourself.
 
Upvote 0
In what way didn't it work?
 
Upvote 0
That error suggests you still have a macro with the same name as a module, or you have mistyped the name of one of the macros.
 
Upvote 0

Forum statistics

Threads
1,216,146
Messages
6,129,134
Members
449,488
Latest member
qh017

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