Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA - Excel - Language of MsgBox buttons

Status
Not open for further replies.

Phantek

Programmer
Apr 25, 2011
29
US
Is there any way to control the language that the buttons on the message boxes are being displayed in? I am making a program that will be used in either English or French, and I want to be able to control which language is being displayed on the prompts regardless of which language the version of Excel is that the user has.

I would rather not make a custom form, as the prompts are of many varying lengths, with different buttons and options.
 
Without changing the default langauge of your system I am not aware of anthing that would work using only a msgbox. You could possible modify an input box.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top