Hi,
I'd really appreciate some help.
I've written two Subs in a single module for Sheet 4. This module seems to compile fine. Both Subs are public.
When I try to run this I get a window asking for the macro name, but there are no macros shown to choose from.
I tortured myself looking online for answers and got as far as a new module with:
But I get an "Argument not optional" error.
I don't actually know VBA, yet, so I don't know what to do to resolve this.
I just want my 2 Subs to run automatically from when the Excel .xlsm file is opened.
Please can someone advise me where I'm going wrong?
(Also, just so you know, I have learning difficulties so apologies if I'm missing the glaringly obvious.)
Thanks,
AnyaK
I'd really appreciate some help.
I've written two Subs in a single module for Sheet 4. This module seems to compile fine. Both Subs are public.
When I try to run this I get a window asking for the macro name, but there are no macros shown to choose from.
I tortured myself looking online for answers and got as far as a new module with:
Code:
Sub Blah()
Call Chocolate
End Sub
I don't actually know VBA, yet, so I don't know what to do to resolve this.
I just want my 2 Subs to run automatically from when the Excel .xlsm file is opened.
Please can someone advise me where I'm going wrong?
(Also, just so you know, I have learning difficulties so apologies if I'm missing the glaringly obvious.)
Thanks,
AnyaK