Message Box question

  • Thread starter Thread starter Marco Simone
  • Start date Start date
M

Marco Simone

Hi,

Is it possible to customize message box. I would like that my message box
displays words "YES" and "NO" in my language.

Thanks for answers, Marco
 
Open VBA Help and in the Answer Wizard enter:

msgbox function

You will find example code that will show you how.
 
Cheryl Fischer said:
Open VBA Help and in the Answer Wizard enter:

msgbox function

You will find example code that will show you how.

It seems to me, if you want Yes and No buttons in a different language,
you'll have to create a custom pop up form.
 

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

Similar Threads

Change all below an input number 1
msgbox question 2
mgsbox question 2
message box 1
Checked box automatically checks for subsequent records 7
Error Message 1
Option Buttons 2
AVG and my virus 3

Back
Top