Umlaute with Excel

  • Thread starter Thread starter K. W. Roggenkamp
  • Start date Start date
K

K. W. Roggenkamp

I have a US-keyboard, but I often have to write Excel-
table in German. How can I make a Macro say "Ctr a" for a-
umlaut? Can I do this globally under "Windows"?

Thanks, Klaus Roggenkamp
 
Klaus,

You can't use a macro while you're typing in a cell. Instead, to produce ä
hold down the Alt key and using your numeric keypad, enter 0228.

That is, if two dots is an umlaut - I'm not certain this early in the
morning ;-)

HTH,
Bernie
MS Excel MVP
 
Bernie said:
Klaus,

You can't use a macro while you're typing in a cell. Instead, to
produce ä hold down the Alt key and using your numeric keypad, enter
0228.

That is, if two dots is an umlaut - I'm not certain this early in the
morning ;-)

Bernie
you got it right - even early in the morning :-)
Frank
 
Klaus,

I should have mentioned that you can produce a list of all available
characters by entering

=CHAR(ROW())

into cell A1 and copying down to A2:A255. When you want a character, say ë,
then you'll see that it is in row 235 and that you should use alt-0235 to
produce it.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top