I have 2 macros.
Macro1 when complete calls Macro2.
Macro2 has an inputbox where I have to place a value. (The value doesn't really matter for this question).
I would like to avoid placing a value in the inputbox (skipping a manual step) when calling from Macro1 by automatically assigning a value to the variable in Macro2.
In my mind, I was thinking something like Call Macro2(inputbox = 1
)
I'm clearly missing something, but not really sure what exactly I'm searching for, and all my searches don't seem to answer the question.
Any help would be greatly appreciated.