ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Increase the font size in message box. (https://www.excelbanter.com/excel-programming/424464-increase-font-size-message-box.html)

Heera[_2_]

Increase the font size in message box.
 
Hi,

I have this below mentioned code and I want to increase the font size of
"Row No:7" in the msgbox can any one guide me on this.

If ActiveCell.Value = "" Then

MsgBox "There is no data in sheet to transfer or else the Row No:7 is
Blank", vbInformation, Title:="MESSAGE"
Exit Sub

End If

Regards
Heera

Bob Umlas[_3_]

Increase the font size in message box.
 
You can't. Best bed would be to either use a userform in which you can
control the font of text boxes, or maybe isolate the line like:
MsgBox "There is no data in sheet to transfer or else the " & chr(10) &
chr(10) & "Row No:7" & chr(10) & chr(10) & "is Blank", vbInformation,
Title:="MESSAGE"
"Heera" wrote in message
...
Hi,

I have this below mentioned code and I want to increase the font size of
"Row No:7" in the msgbox can any one guide me on this.

If ActiveCell.Value = "" Then

MsgBox "There is no data in sheet to transfer or else the Row No:7 is
Blank", vbInformation, Title:="MESSAGE"
Exit Sub

End If

Regards
Heera




Heera[_2_]

Increase the font size in message box.
 
thanks bob


All times are GMT +1. The time now is 06:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com