E
Edward Mendelson
Hello,
May I ask for help from anyone who uses a version of Word that is NOT an
English-language or German-language version?
For a macro that uses SendKeys to access the Insert Symbol dialog, I need to
know two keystrokes in various language versions. In describing these, of
course I am using the English names:
(1) In the Insert Symbol dialog, what is the accelerator key (Alt-SOMETHING)
that takes the focus to the Font field in your language version? (In
English, it is Alt-F; in German, Alt-S)
(2) What is the shortcut for Copy in your language version of Windows (in
English, Ctrl-C; in German, Ctrl-C)
Also, (3), what is the language code of your version of Word (and the
English-language name of your version language (Dutch, French, Hungarian,
etc.)?
To find the language code, in the VBA editor, press Ctrl-G to go to the
Immediate window, and enter:
? Application.Language
which returns the code number (English is 1033).
Thank you for any help with this.
Edward Mendelson
May I ask for help from anyone who uses a version of Word that is NOT an
English-language or German-language version?
For a macro that uses SendKeys to access the Insert Symbol dialog, I need to
know two keystrokes in various language versions. In describing these, of
course I am using the English names:
(1) In the Insert Symbol dialog, what is the accelerator key (Alt-SOMETHING)
that takes the focus to the Font field in your language version? (In
English, it is Alt-F; in German, Alt-S)
(2) What is the shortcut for Copy in your language version of Windows (in
English, Ctrl-C; in German, Ctrl-C)
Also, (3), what is the language code of your version of Word (and the
English-language name of your version language (Dutch, French, Hungarian,
etc.)?
To find the language code, in the VBA editor, press Ctrl-G to go to the
Immediate window, and enter:
? Application.Language
which returns the code number (English is 1033).
Thank you for any help with this.
Edward Mendelson