Help Pls - Changing Txt on Msgbox button

D

DonW

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
 
J

Jim Cone

No
--
Jim Cone
Portland, Oregon USA



"DonW"
<[email protected]>
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
 
J

Jim Cone

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"
<[email protected]>
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/scripts/ShowCode.asp?txtCodeId=65065&lngWId=1

RBS
 
R

RB Smissaert

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top