Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to diasplay a msgbox with three choices. Instead of YES NO CANCEL, I
would like something more descriptive , like Section 1, Section 2 Section 3. I would like to avoid using a balloon attached to the assistant. How can this be done? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I want to diasplay a msgbox with three choices. Instead of YES NO CANCEL, I would like something more descriptive , like Section 1, Section 2 Section 3. I would like to avoid using a balloon attached to the assistant. How can this be done? you can only use the standard Buttons in a simple MsgBox. It's not possible to adapt the text on it. If you would like to do something like this you must work with a UserForm. -- Greetings, Monika Weber [Microsoft MVP für Excel] http://www.jumper.ch (Office Help Desk) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() You can do this via APIs, have a look here http://www.xcelfiles.com/API_11.html ....... but you may be better served by just creating a Userform. psdeckers Wrote: I want to diasplay a msgbox with three choices. Instead of YES N CANCEL, I would like something more descriptive , like Section 1, Section Section 3. I would like to avoid using a balloon attached to the assistant. Ho can this be done -- Ivan F Moal ----------------------------------------------------------------------- Ivan F Moala's Profile: http://www.excelforum.com/member.php...nfo&userid=195 View this thread: http://www.excelforum.com/showthread.php?threadid=27516 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have some code to build custom buttons using APIs, but I have found it
less than stable, so I wouldn't recommend it. -- HTH RP (remove nothere from the email address if mailing direct) "psdeckers" wrote in message ... I want to diasplay a msgbox with three choices. Instead of YES NO CANCEL, I would like something more descriptive , like Section 1, Section 2 Section 3. I would like to avoid using a balloon attached to the assistant. How can this be done? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Naming of MsgBox Buttons | Excel Programming | |||
Naming of MsgBox Buttons | Excel Programming | |||
msgbox buttons | Excel Programming | |||
Cancel buttons in Msgbox | Excel Programming | |||
Customize options in a MsgBox | Excel Programming |