vbCritical + R_TO_L issue

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
 
Top