I have a number of VBA functions that I want to be executed when either the cell is filled in or upon the click of a inserted button. I see how to attach a single macro/VBA function to a button but I can not attach more than one function.
Call Multiple Macros From One
-
-
-
Re: Calling Multiple Macros
Hi Alexander
welcome to Ozgrid : D
Do you want to execute a macro when a condition is true and another when it is false? I didn't fully understand your question.
Wigi
-
-
Re: Calling Multiple Macros
Thanks tinyjack! That was what I needed.
-
Re: Calling Multiple Macros
That's indeed how you should proceed. I first thought you wanted to execute to things at the same time (which is not possible). Anyway, glad it's solved.
Have a nice weekend
Wigi
-
Re: Calling Multiple Macros
You should use the Run or Call Statement. If the Procedures be called are not in the same Module just using the name will fail.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!