Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 320
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Increase the font size in message box.

thanks bob
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Increase font size in Drop-Down List RidgeView Excel Discussion (Misc queries) 1 June 26th 09 03:48 PM
Increase font size in a check box RBailey Excel Discussion (Misc queries) 0 March 13th 08 04:53 PM
Increase font size in a check box Teresa Excel Discussion (Misc queries) 4 December 31st 07 03:26 PM
Number in cell increase with increase in font size. Value increases with increase in font.[_2_] Excel Discussion (Misc queries) 2 August 9th 07 01:58 PM
Increase font size within my formula bar Dean[_8_] Excel Programming 13 February 20th 07 05:44 AM


All times are GMT +1. The time now is 05:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"