Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
does anybody know how I can change the size of MsgBox, the font of stuff in
it and generally how I can edit a msgbox. thanx |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
VB You could use a User Form and create your own message box. It would
entail some effort on your part but it would certainly provide you with all the flexibility you could possibly want. -- Kevin Backmann "peyman" wrote: does anybody know how I can change the size of MsgBox, the font of stuff in it and generally how I can edit a msgbox. thanx |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thanx Kevin.got it.
"Kevin B" wrote: VB You could use a User Form and create your own message box. It would entail some effort on your part but it would certainly provide you with all the flexibility you could possibly want. -- Kevin Backmann "peyman" wrote: does anybody know how I can change the size of MsgBox, the font of stuff in it and generally how I can edit a msgbox. thanx |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi Kevin,
I've defined a label, now how can I relate it to worksheet.I need the label pop up when I open my workbook. thanx "Kevin B" wrote: VB You could use a User Form and create your own message box. It would entail some effort on your part but it would certainly provide you with all the flexibility you could possibly want. -- Kevin Backmann "peyman" wrote: does anybody know how I can change the size of MsgBox, the font of stuff in it and generally how I can edit a msgbox. thanx |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In the Workbook module, use the something like the code below in workbook
Open event, changing the form name as needed: Private Sub Workbook_Open() UserForm1.Show End Sub -- Kevin Backmann "peyman" wrote: hi Kevin, I've defined a label, now how can I relate it to worksheet.I need the label pop up when I open my workbook. thanx "Kevin B" wrote: VB You could use a User Form and create your own message box. It would entail some effort on your part but it would certainly provide you with all the flexibility you could possibly want. -- Kevin Backmann "peyman" wrote: does anybody know how I can change the size of MsgBox, the font of stuff in it and generally how I can edit a msgbox. thanx |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
MANY THANKS KEVIN,GREAT!!
"Kevin B" wrote: In the Workbook module, use the something like the code below in workbook Open event, changing the form name as needed: Private Sub Workbook_Open() UserForm1.Show End Sub -- Kevin Backmann "peyman" wrote: hi Kevin, I've defined a label, now how can I relate it to worksheet.I need the label pop up when I open my workbook. thanx "Kevin B" wrote: VB You could use a User Form and create your own message box. It would entail some effort on your part but it would certainly provide you with all the flexibility you could possibly want. -- Kevin Backmann "peyman" wrote: does anybody know how I can change the size of MsgBox, the font of stuff in it and generally how I can edit a msgbox. thanx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MsgBox | Excel Discussion (Misc queries) | |||
MsgBox | Excel Discussion (Misc queries) | |||
msgbox | Excel Discussion (Misc queries) | |||
msgbox | Excel Discussion (Misc queries) | |||
Msgbox | Excel Worksheet Functions |