M
Michael
Hi Folks - I have seen 2 syntax uses in modules when using certain builtin
functions such as MsgBox. Here's an example:
MsgBox (prompt: "What is your age?")
MsgBox ("What is your age?")
The first example uses positional keywords with a colon. The second example
does not. Are there differences? Is the first example from an older version
of VBA? Thanks.
Michael
functions such as MsgBox. Here's an example:
MsgBox (prompt: "What is your age?")
MsgBox ("What is your age?")
The first example uses positional keywords with a colon. The second example
does not. Are there differences? Is the first example from an older version
of VBA? Thanks.
Michael