Hi, all!

The users of a macro are going to be Japanese, so I need to make the confirmation message box (that the macro has run) be in Japanese.

It looks from the VBA Help that you just put the Japanese text within the parentheses after "MsgBox" in the code: when it discusses the maximum length for the prompt, it says that it depends on the width of the characters. When I did that, however, although I got a message box, it was empty other than the OK button. I thought I might be going over the maximum amount of text, so I tried just a few characters and got the same result.

Is there something else I need to do to get Japanese text into a message box?

Thank you!

ctap