Melanie has attended:
Excel VBA Intro Intermediate course
Message Box
Trying to make the boxes, user forms, etc as 'friendly' as possible. I can change the properties of the user form no problem but dn't seem to be able to do the same with the Message Box. How can I change a Message Box colour/format/font - or do I have to go for a user form?
RE: Message Box
Hi Melanie, thanks for your query. You will indeed have to go for a user form to have total control over formatting and appearance. The message box is "baked into" one of the dynamic link libraries of Visual Basic and apart from altering the number of command buttons on it there's not much else you can do with it.
Hope this helps,
Anthony