View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Heera[_2_] Heera[_2_] is offline
external usenet poster
 
Posts: 26
Default 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