P
Pancho
Is it possible I can obtain the Msgbox-button text?
If you issue a msgbox command like:
Msgbox "Question", vbDefaultButton1 + vbYesNoCancel
in a English Excel it will be displayed like the following:
Title: Microsoft Excel
Text: Question
Buttons: <Yes> <No> <Cancel>
but in Spanish Excel it will be displayed like this:
Title: Microsoft Excel
Text: Question
Buttons: <Si> <No> <Cancelar>
I need the text Yes,No,Cancel or Si,No,Cancelar, previous
to the issuing of the message box, because my "Text" has
that text on it.
Thanks
Francisco Mariscal
fcomariscal at hotmail dot com
If you issue a msgbox command like:
Msgbox "Question", vbDefaultButton1 + vbYesNoCancel
in a English Excel it will be displayed like the following:
Title: Microsoft Excel
Text: Question
Buttons: <Yes> <No> <Cancel>
but in Spanish Excel it will be displayed like this:
Title: Microsoft Excel
Text: Question
Buttons: <Si> <No> <Cancelar>
I need the text Yes,No,Cancel or Si,No,Cancelar, previous
to the issuing of the message box, because my "Text" has
that text on it.
Thanks
Francisco Mariscal
fcomariscal at hotmail dot com