VBA - MsgBox icons missing

I

Ian Page

Raw beginner here....

My statement -
MsgBox "my text", vbExclamation
produces appropriate text
but only a *generic* XL icon

so does vbQuestion
so does vbCritical
etc

Am I missing some files?
Have I got it wrong?

Thanks IA

OOPS sorry - adding system info
Mac Excel 10.1.6
VBA 10.1.6
Mac OSX 10.3.9
 
J

JE McGimpsey

Ian Page <[email protected]> said:
Raw beginner here....

My statement -
MsgBox "my text", vbExclamation
produces appropriate text
but only a *generic* XL icon

so does vbQuestion
so does vbCritical
etc

Am I missing some files?
Have I got it wrong?

Thanks IA

OOPS sorry - adding system info
Mac Excel 10.1.6
VBA 10.1.6
Mac OSX 10.3.9

See my other post. Not likely to be fixed in XLv.X.
 
Top