Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Help Pls - Changing Txt on Msgbox button

I have a user who wants to have the text of a Msgbox button
(e.g., the vbYesNo) to something unique. Is this possible?

Thanks,
Don


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default Help Pls - Changing Txt on Msgbox button

No
--
Jim Cone
Portland, Oregon USA



"DonW"

wrote in message
I have a user who wants to have the text of a Msgbox button
(e.g., the vbYesNo) to something unique. Is this possible?
Thanks,
Don


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Help Pls - Changing Txt on Msgbox button

Either make your own in a UserForm or download one of the free custom
messageboxes that are available.
This one I uploaded a few years ago and should do exactly what you want:
http://www.planet-source-code.com/vb...65065&lngWId=1

RBS


"DonW" wrote in message
...
I have a user who wants to have the text of a Msgbox button
(e.g., the vbYesNo) to something unique. Is this possible?

Thanks,
Don


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default Help Pls - Changing Txt on Msgbox button

RBS,
Downloaded your code and tried to import the form into a XL2002 project.
Was given this message...
"The form class contained in...path"...is not supported in VBE.
The form cannot be loaded."

Help for this message says...
"Visual Basic for Applications only supports UserForm form objects.
This error has the following cause and solution:
You are trying to load a form from an earlier version of Visual Basic
or a form from a current standalone version of Visual Basic."
--
Jim Cone
Portland, Oregon USA




"RB Smissaert"

wrote in message
Either make your own in a UserForm or download one of the free custom
messageboxes that are available.
This one I uploaded a few years ago and should do exactly what you want:
http://www.planet-source-code.com/vb...65065&lngWId=1

RBS


"DonW"
wrote in message
I have a user who wants to have the text of a Msgbox button
(e.g., the vbYesNo) to something unique. Is this possible?

Thanks,
Don

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Help Pls - Changing Txt on Msgbox button

Jim,

It is not meant to be working like that.
You need to register the .dll in Windows and set a reference to it in the
IDE with Tools, References etc.
Then you can use it your code.
Just type MsgBoxDLL and the arguments will popup.

RBS

"Jim Cone" wrote in message
...
RBS,
Downloaded your code and tried to import the form into a XL2002 project.
Was given this message...
"The form class contained in...path"...is not supported in VBE.
The form cannot be loaded."

Help for this message says...
"Visual Basic for Applications only supports UserForm form objects.
This error has the following cause and solution:
You are trying to load a form from an earlier version of Visual Basic
or a form from a current standalone version of Visual Basic."
--
Jim Cone
Portland, Oregon USA




"RB Smissaert"

wrote in message
Either make your own in a UserForm or download one of the free custom
messageboxes that are available.
This one I uploaded a few years ago and should do exactly what you want:
http://www.planet-source-code.com/vb...65065&lngWId=1

RBS


"DonW"
wrote in message
I have a user who wants to have the text of a Msgbox button
(e.g., the vbYesNo) to something unique. Is this possible?

Thanks,
Don




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
Msgbox Without ok button [email protected] Excel Programming 3 March 19th 09 11:37 AM
Msgbox button captions miek Excel Programming 2 August 11th 08 11:15 PM
Msgbox Close Button jnf40 Excel Programming 1 September 20th 06 05:45 PM
Customize a button on a MsgBox? quartz[_2_] Excel Programming 3 January 10th 05 10:06 PM
Msgbox button labels Marcotte A[_2_] Excel Programming 4 June 8th 04 08:29 AM


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

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

About Us

"It's about Microsoft Excel"