J
Joy
has some one encountered this before:
MsgBox "msg", vbCritical + R_TO_L, "title"
it gives compile error: Variable not defined (for R_TO_L)
I feel it is very strange, and could not figure why?
can I just delete "+ R_TO_L"
Thanks
MsgBox "msg", vbCritical + R_TO_L, "title"
it gives compile error: Variable not defined (for R_TO_L)
I feel it is very strange, and could not figure why?
can I just delete "+ R_TO_L"
Thanks