U
Udo
Hello,
when I use e. g. the RED(2)-function in a VBA macro, the name of the
function is changed to Red(2) and I get the following error message:
Compile error:
Sub or Function not defined
Code snippet:
Dim lColor As Long
lColor = Red(2)
Any hint?
Thanks and greetings
Udo
when I use e. g. the RED(2)-function in a VBA macro, the name of the
function is changed to Red(2) and I get the following error message:
Compile error:
Sub or Function not defined
Code snippet:
Dim lColor As Long
lColor = Red(2)
Any hint?
Thanks and greetings
Udo