I'm trying to make a two-language program that also has confirmation on exit. So I have a user form that has Quit button and that typical X on the upper right corner of the program. Program should work the very same way, no matter which one of those buttons is pressed; It should check for the language and then display a message on that language (I did use one MsgBox and one UserForm, probably I'll move to two UserForms later). That message should just ask that "Really exit" in the right language, and if user presses yes, then the program should exit and if user presses no, then the program should just dismiss that message box and continue like the exit would have been never pressed.
Here's the code I have so far:
Right now all but English version of Yes works, with Quit button it displays that "Really Exit"-msgbox once and on the second time it acts like pressing "No". With that X pressing yes acts like pressing "No".
So how do I correct that English "Yes"?
(This one was also posted as a continuation question on http://www.mrexcel.com/forum/showthread.php?t=382827)
Bookmarks