Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Reference for German Code

Hello,

I have a user who is opening an excel sheet with some German
referenced and is getting an error message because it is referencing a
German keystroke. The problem code is below:

Application.OnKey "{ENDE}", "aendern"
Application.OnKey "{einfg}", "einfueg"
Application.OnKey "^{ENDE}", "aendern_voll"

Basically, his US setup does not recognize the keystrokes ENDE and
einfg (end and insert). I can change them to english and it works,
but I do not want to do this because this is a shared spreadsheet.

Is there a change I can make on his client that will enable this
coding?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Reference for German Code

Perhaps you can use:

Application.International(xlCountrySetting)

to run country specific code (US settings return 1).

--
Jim
"robkiolbasa" wrote in message
oups.com...
| Hello,
|
| I have a user who is opening an excel sheet with some German
| referenced and is getting an error message because it is referencing a
| German keystroke. The problem code is below:
|
| Application.OnKey "{ENDE}", "aendern"
| Application.OnKey "{einfg}", "einfueg"
| Application.OnKey "^{ENDE}", "aendern_voll"
|
| Basically, his US setup does not recognize the keystrokes ENDE and
| einfg (end and insert). I can change them to english and it works,
| but I do not want to do this because this is a shared spreadsheet.
|
| Is there a change I can make on his client that will enable this
| coding?
|


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Solver in German awheato1 Setting up and Configuration of Excel 0 October 16th 09 04:35 PM
German Help Files?! Dan Davies Setting up and Configuration of Excel 0 September 25th 09 09:38 PM
How to make a button VBA code reference other VBA code subroutines??? gunman[_9_] Excel Programming 4 September 27th 05 01:01 AM
Problem with COM Addin in German OS and German Office. Kumar Excel Programming 1 September 11th 04 01:01 PM


All times are GMT +1. The time now is 05:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"