jrice174
Civil/Environmental
- Nov 8, 2004
- 129
To define a message box I usally do the following:
Style = vbYesNo + vbCritical + vbDefaultButton2
The latest program I'm working on is going to be used by Spanish speaking customers and I need for the buttons to be labeled as Si/No rather than Yes/No. Is there a way to make the msgbox function do this or do I have to make a form to do this?
Style = vbYesNo + vbCritical + vbDefaultButton2
The latest program I'm working on is going to be used by Spanish speaking customers and I need for the buttons to be labeled as Si/No rather than Yes/No. Is there a way to make the msgbox function do this or do I have to make a form to do this?