![]() |
Message Box
John,
No, you can't alter any attribute of the MsgBox. -- Cordially, Chip Pearson Microsoft MVP - Excel www.cpearson.com "John Holland" wrote in message ... Is there a way in VBA to change the Font settings of a message box using the msgbox function, thanks JH |
Message Box
Chip,
There is a small change you can do Using APIs you can change the button labels, I have a (not very nice) demo, although I admit to not using it in anger. -- HTH Bob Phillips "Chip Pearson" wrote in message ... John, No, you can't alter any attribute of the MsgBox. -- Cordially, Chip Pearson Microsoft MVP - Excel www.cpearson.com "John Holland" wrote in message ... Is there a way in VBA to change the Font settings of a message box using the msgbox function, thanks JH |
Message Box
Use the StatusBar
Application.StatusBar = "My message" set the statusbar to false to return control of the statusbar to excel. Display a userform which is totally configurable in terms of font and text size. -- Regards, Tom Ogilvy "John Holland" wrote in message ... Thanks Chip, can you perhaps tell me if there is another way of echoing text messages to the screen other than showing it in a cell ? JH "Chip Pearson" wrote in message ... John, No, you can't alter any attribute of the MsgBox. -- Cordially, Chip Pearson Microsoft MVP - Excel www.cpearson.com "John Holland" wrote in message ... Is there a way in VBA to change the Font settings of a message box using the msgbox function, thanks JH |
Message Box
Thanks Chip, can you perhaps tell me if there is another way of echoing text
messages to the screen other than showing it in a cell ? JH "Chip Pearson" wrote in message ... John, No, you can't alter any attribute of the MsgBox. -- Cordially, Chip Pearson Microsoft MVP - Excel www.cpearson.com "John Holland" wrote in message ... Is there a way in VBA to change the Font settings of a message box using the msgbox function, thanks JH |
All times are GMT +1. The time now is 06:14 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com