Message Box question

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
 
C

Cheryl Fischer

Open VBA Help and in the Answer Wizard enter:

msgbox function

You will find example code that will show you how.
 
R

Randy Harris

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

Top