Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 3
Default Disable keyboard shortcuts

I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?


  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 3,268
Default Disable keyboard shortcuts

If you are looking for an umlaut o like they are using in Sweden and Germany
then you can use Alt + 148 for small letter, Alt + 153 for large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134 for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?




  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 3
Default Disable keyboard shortcuts

Yes, I'm aware of this entry mode. Since it is a very cumbersone
way of getting these letters on a laptop keyboard (where there is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in Sweden and
Germany then you can use Alt + 148 for small letter, Alt + 153 for large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134 for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?






  #4   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 3,268
Default Disable keyboard shortcuts

Why don't you just record a macro to your personal.xls when you do this and
then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very cumbersone
way of getting these letters on a laptop keyboard (where there is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in Sweden and
Germany then you can use Alt + 148 for small letter, Alt + 153 for large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134 for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?








  #5   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 3
Default Disable keyboard shortcuts

Good idea. I'll do this unless someone can tell me how to
disable the inbuilt shortcuts.


"Peo Sjoblom" wrote in message
...
Why don't you just record a macro to your personal.xls when you do this
and then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very cumbersone
way of getting these letters on a laptop keyboard (where there is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in Sweden and
Germany then you can use Alt + 148 for small letter, Alt + 153 for
large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134 for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?












  #6   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 9
Default Disable keyboard shortcuts

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?


"Peo Sjoblom" wrote in message
...
Why don't you just record a macro to your personal.xls when you do this
and then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very cumbersone
way of getting these letters on a laptop keyboard (where there is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in Sweden and
Germany then you can use Alt + 148 for small letter, Alt + 153 for
large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134 for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?










  #7   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 35,218
Default Disable keyboard shortcuts

You can use code to assign a non-letter:

Option Explicit
Sub Auto_Open()
Application.OnKey "^;", "'" & ThisWorkbook.Name & "'!myMac"
End Sub
Sub Auto_Close()
Application.OnKey "^;"
End Sub
Sub mymac()
Selection.Value = "ö"
End Sub



"Pegasus (MVP)" wrote:

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?

"Peo Sjoblom" wrote in message
...
Why don't you just record a macro to your personal.xls when you do this
and then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very cumbersone
way of getting these letters on a laptop keyboard (where there is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in Sweden and
Germany then you can use Alt + 148 for small letter, Alt + 153 for
large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134 for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?









--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 524
Default Disable keyboard shortcuts

Tue, 26 Jun 2007 08:49:50 -0700 from Peo Sjoblom :
If you are looking for an umlaut o like they are using in Sweden and Germany
then you can use Alt + 148 for small letter, Alt + 153 for large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134 for
small and for large Alt + 142 and Alt + 143


The OEM characters that you suggest are discouraged because they will
not necessarily appear the same on all Windows systems or in all
fonts.

Much, much better is to use the four-digit sequences, which will
appear correctly in a greater range of circumstances:

Alt-0214 Ö
Alt-0246 ö
Alt-0196 Ä
Alt-0228 ä
Alt-0216 Ø
Alt-0248 ø
Alt-0196 Æ
Alt-0230 æ
Alt-0197 Å
Alt-0229 å


--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
  #9   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 524
Default Disable keyboard shortcuts

Tue, 26 Jun 2007 22:23:54 +0200 from Pegasus (MVP) :

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?



http://www.autohotkey.com

The cost is zero, and it works extremely well across applications.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
  #10   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 299
Default Disable keyboard shortcuts


"Stan Brown" wrote in message
t...
Tue, 26 Jun 2007 08:49:50 -0700 from Peo Sjoblom :
If you are looking for an umlaut o like they are using in Sweden and
Germany
then you can use Alt + 148 for small letter, Alt + 153 for large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134 for
small and for large Alt + 142 and Alt + 143


The OEM characters that you suggest are discouraged because they will
not necessarily appear the same on all Windows systems or in all
fonts.



Care to share which versions of windows it doesn't work with regards to the
above mentioned characters?


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)





  #11   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 9
Default Disable keyboard shortcuts

Thanks for your reply.

I tried your suggestion and it almost works - but not quite!
When I press "Ctrl+;" the first time then I get "ö" but when
I press it a second time then I get nothing. Even worse:
When I try to enter the word "söndag" then I get "s27/06/2007".
Any other options or do I have to commit this one to the
too-hard-basket?


"Dave Peterson" wrote in message
...
You can use code to assign a non-letter:

Option Explicit
Sub Auto_Open()
Application.OnKey "^;", "'" & ThisWorkbook.Name & "'!myMac"
End Sub
Sub Auto_Close()
Application.OnKey "^;"
End Sub
Sub mymac()
Selection.Value = "ö"
End Sub



"Pegasus (MVP)" wrote:

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?

"Peo Sjoblom" wrote in message
...
Why don't you just record a macro to your personal.xls when you do this
and then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very cumbersone
way of getting these letters on a laptop keyboard (where there is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in Sweden and
Germany then you can use Alt + 148 for small letter, Alt + 153 for
large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134
for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?









--

Dave Peterson



  #12   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 9
Default Disable keyboard shortcuts


"Stan Brown" wrote in message
t...
Tue, 26 Jun 2007 22:23:54 +0200 from Pegasus (MVP) :

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?



http://www.autohotkey.com

The cost is zero, and it works extremely well across applications.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/


Very nice tool, worth adding to my tool kit. Unfortunately it does
not quite work in Excel. When I press Ctrl+; it generates the letter
"Ö" as expected but when I press Ctrl+; again it generates 27/06/2007.
It appears that the inbuilt Excel macro reasserts itself at this stage.
It's a pity - I really like this tool!


  #13   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 9
Default Disable keyboard shortcuts


"Stan Brown" wrote in message
t...
Tue, 26 Jun 2007 08:49:50 -0700 from Peo Sjoblom :
If you are looking for an umlaut o like they are using in Sweden and
Germany
then you can use Alt + 148 for small letter, Alt + 153 for large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134 for
small and for large Alt + 142 and Alt + 143


The OEM characters that you suggest are discouraged because they will
not necessarily appear the same on all Windows systems or in all
fonts.

Much, much better is to use the four-digit sequences, which will
appear correctly in a greater range of circumstances:

Alt-0214 Ö
Alt-0246 ö
Alt-0196 Ä
Alt-0228 ä
Alt-0216 Ø
Alt-0248 ø
Alt-0196 Æ
Alt-0230 æ
Alt-0197 Å
Alt-0229 å


--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/


I currently use a redesigned keyboard map as explained
he http://www.microsoft.com/globaldev/tools/msklc.mspx.
In essence this means that I am rolling my own keyboard and
make it native to Windows - I even generate my own .DLL.
It's the official MS keyboard remapper and it works across
all Windows applications.

I am fully aware of the numeric codes you quote. They are
not really an option: They are clumsy at the best of times
and become painful on a laptop with no numeric keypad.
Pressing nine keys to get one character is a bit much!
(Shift,NumLock,Alt,0,2,2,9,Shift,NumLock)


  #14   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 35,218
Default Disable keyboard shortcuts

If you're trying to run this macro while you're editing the cell, you're out of
luck. Macros in excel won't work this way.



"Pegasus (MVP)" wrote:

Thanks for your reply.

I tried your suggestion and it almost works - but not quite!
When I press "Ctrl+;" the first time then I get "ö" but when
I press it a second time then I get nothing. Even worse:
When I try to enter the word "söndag" then I get "s27/06/2007".
Any other options or do I have to commit this one to the
too-hard-basket?

"Dave Peterson" wrote in message
...
You can use code to assign a non-letter:

Option Explicit
Sub Auto_Open()
Application.OnKey "^;", "'" & ThisWorkbook.Name & "'!myMac"
End Sub
Sub Auto_Close()
Application.OnKey "^;"
End Sub
Sub mymac()
Selection.Value = "ö"
End Sub



"Pegasus (MVP)" wrote:

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?

"Peo Sjoblom" wrote in message
...
Why don't you just record a macro to your personal.xls when you do this
and then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very cumbersone
way of getting these letters on a laptop keyboard (where there is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in Sweden and
Germany then you can use Alt + 148 for small letter, Alt + 153 for
large
for the other 2 Swedish letters you can use Alt + 132 and Alt + 134
for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?









--

Dave Peterson


--

Dave Peterson
  #15   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 9
Default Disable keyboard shortcuts

Intriguing. Excel macros won't work while I'm editing a cell
but the inbuilt keyboard shortcuts do. That's why I was
hoping that someone would know a way to turn them off!


"Dave Peterson" wrote in message
...
If you're trying to run this macro while you're editing the cell, you're
out of
luck. Macros in excel won't work this way.



"Pegasus (MVP)" wrote:

Thanks for your reply.

I tried your suggestion and it almost works - but not quite!
When I press "Ctrl+;" the first time then I get "ö" but when
I press it a second time then I get nothing. Even worse:
When I try to enter the word "söndag" then I get "s27/06/2007".
Any other options or do I have to commit this one to the
too-hard-basket?

"Dave Peterson" wrote in message
...
You can use code to assign a non-letter:

Option Explicit
Sub Auto_Open()
Application.OnKey "^;", "'" & ThisWorkbook.Name & "'!myMac"
End Sub
Sub Auto_Close()
Application.OnKey "^;"
End Sub
Sub mymac()
Selection.Value = "ö"
End Sub



"Pegasus (MVP)" wrote:

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?

"Peo Sjoblom" wrote in message
...
Why don't you just record a macro to your personal.xls when you do
this
and then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very cumbersone
way of getting these letters on a laptop keyboard (where there is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in Sweden
and
Germany then you can use Alt + 148 for small letter, Alt + 153
for
large
for the other 2 Swedish letters you can use Alt + 132 and Alt +
134
for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?









--

Dave Peterson


--

Dave Peterson





  #16   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 35,218
Default Disable keyboard shortcuts

I don't think I've ever seen a post where someone could get into the innards of
excel and change its behavior like you want.

I know that it's impossible for me to do <bg.

"Pegasus (MVP)" wrote:

Intriguing. Excel macros won't work while I'm editing a cell
but the inbuilt keyboard shortcuts do. That's why I was
hoping that someone would know a way to turn them off!

"Dave Peterson" wrote in message
...
If you're trying to run this macro while you're editing the cell, you're
out of
luck. Macros in excel won't work this way.



"Pegasus (MVP)" wrote:

Thanks for your reply.

I tried your suggestion and it almost works - but not quite!
When I press "Ctrl+;" the first time then I get "ö" but when
I press it a second time then I get nothing. Even worse:
When I try to enter the word "söndag" then I get "s27/06/2007".
Any other options or do I have to commit this one to the
too-hard-basket?

"Dave Peterson" wrote in message
...
You can use code to assign a non-letter:

Option Explicit
Sub Auto_Open()
Application.OnKey "^;", "'" & ThisWorkbook.Name & "'!myMac"
End Sub
Sub Auto_Close()
Application.OnKey "^;"
End Sub
Sub mymac()
Selection.Value = "ö"
End Sub



"Pegasus (MVP)" wrote:

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?

"Peo Sjoblom" wrote in message
...
Why don't you just record a macro to your personal.xls when you do
this
and then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very cumbersone
way of getting these letters on a laptop keyboard (where there is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in Sweden
and
Germany then you can use Alt + 148 for small letter, Alt + 153
for
large
for the other 2 Swedish letters you can use Alt + 132 and Alt +
134
for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?









--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
  #17   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 9
Default Disable keyboard shortcuts

Thanks. I think I will now put the question directly to Microsoft
under the MVP plan. Keep an eye on this thread in case you're
interested.


"Dave Peterson" wrote in message
...
I don't think I've ever seen a post where someone could get into the
innards of
excel and change its behavior like you want.

I know that it's impossible for me to do <bg.

"Pegasus (MVP)" wrote:

Intriguing. Excel macros won't work while I'm editing a cell
but the inbuilt keyboard shortcuts do. That's why I was
hoping that someone would know a way to turn them off!

"Dave Peterson" wrote in message
...
If you're trying to run this macro while you're editing the cell,
you're
out of
luck. Macros in excel won't work this way.



"Pegasus (MVP)" wrote:

Thanks for your reply.

I tried your suggestion and it almost works - but not quite!
When I press "Ctrl+;" the first time then I get "ö" but when
I press it a second time then I get nothing. Even worse:
When I try to enter the word "söndag" then I get "s27/06/2007".
Any other options or do I have to commit this one to the
too-hard-basket?

"Dave Peterson" wrote in message
...
You can use code to assign a non-letter:

Option Explicit
Sub Auto_Open()
Application.OnKey "^;", "'" & ThisWorkbook.Name & "'!myMac"
End Sub
Sub Auto_Close()
Application.OnKey "^;"
End Sub
Sub mymac()
Selection.Value = "ö"
End Sub



"Pegasus (MVP)" wrote:

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?

"Peo Sjoblom" wrote in message
...
Why don't you just record a macro to your personal.xls when you
do
this
and then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very cumbersone
way of getting these letters on a laptop keyboard (where there
is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in
Sweden
and
Germany then you can use Alt + 148 for small letter, Alt + 153
for
large
for the other 2 Swedish letters you can use Alt + 132 and Alt +
134
for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?









--

Dave Peterson

--

Dave Peterson


--

Dave Peterson



  #18   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 3,268
Default Disable keyboard shortcuts

What kind of plan is that and what kind of MVP are you?

--
Regards,

Peo Sjoblom



"Pegasus (MVP)" wrote in message
...
Thanks. I think I will now put the question directly to Microsoft
under the MVP plan. Keep an eye on this thread in case you're
interested.


"Dave Peterson" wrote in message
...
I don't think I've ever seen a post where someone could get into the
innards of
excel and change its behavior like you want.

I know that it's impossible for me to do <bg.

"Pegasus (MVP)" wrote:

Intriguing. Excel macros won't work while I'm editing a cell
but the inbuilt keyboard shortcuts do. That's why I was
hoping that someone would know a way to turn them off!

"Dave Peterson" wrote in message
...
If you're trying to run this macro while you're editing the cell,
you're
out of
luck. Macros in excel won't work this way.



"Pegasus (MVP)" wrote:

Thanks for your reply.

I tried your suggestion and it almost works - but not quite!
When I press "Ctrl+;" the first time then I get "ö" but when
I press it a second time then I get nothing. Even worse:
When I try to enter the word "söndag" then I get "s27/06/2007".
Any other options or do I have to commit this one to the
too-hard-basket?

"Dave Peterson" wrote in message
...
You can use code to assign a non-letter:

Option Explicit
Sub Auto_Open()
Application.OnKey "^;", "'" & ThisWorkbook.Name & "'!myMac"
End Sub
Sub Auto_Close()
Application.OnKey "^;"
End Sub
Sub mymac()
Selection.Value = "ö"
End Sub



"Pegasus (MVP)" wrote:

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?

"Peo Sjoblom" wrote in message
...
Why don't you just record a macro to your personal.xls when you
do
this
and then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very
cumbersone
way of getting these letters on a laptop keyboard (where there
is
no numeric keypad!), I prefer to reprogram the keyboard itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in
Sweden
and
Germany then you can use Alt + 148 for small letter, Alt +
153
for
large
for the other 2 Swedish letters you can use Alt + 132 and Alt
+
134
for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?









--

Dave Peterson

--

Dave Peterson


--

Dave Peterson





  #19   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 9
Default Disable keyboard shortcuts

Please drop me a line on pegasus_fnlATyahooDOTcom.


"Peo Sjoblom" wrote in message
...
What kind of plan is that and what kind of MVP are you?

--
Regards,

Peo Sjoblom



"Pegasus (MVP)" wrote in message
...
Thanks. I think I will now put the question directly to Microsoft
under the MVP plan. Keep an eye on this thread in case you're
interested.


"Dave Peterson" wrote in message
...
I don't think I've ever seen a post where someone could get into the
innards of
excel and change its behavior like you want.

I know that it's impossible for me to do <bg.

"Pegasus (MVP)" wrote:

Intriguing. Excel macros won't work while I'm editing a cell
but the inbuilt keyboard shortcuts do. That's why I was
hoping that someone would know a way to turn them off!

"Dave Peterson" wrote in message
...
If you're trying to run this macro while you're editing the cell,
you're
out of
luck. Macros in excel won't work this way.



"Pegasus (MVP)" wrote:

Thanks for your reply.

I tried your suggestion and it almost works - but not quite!
When I press "Ctrl+;" the first time then I get "ö" but when
I press it a second time then I get nothing. Even worse:
When I try to enter the word "söndag" then I get "s27/06/2007".
Any other options or do I have to commit this one to the
too-hard-basket?

"Dave Peterson" wrote in message
...
You can use code to assign a non-letter:

Option Explicit
Sub Auto_Open()
Application.OnKey "^;", "'" & ThisWorkbook.Name & "'!myMac"
End Sub
Sub Auto_Close()
Application.OnKey "^;"
End Sub
Sub mymac()
Selection.Value = "ö"
End Sub



"Pegasus (MVP)" wrote:

Drats. Macros can only be assigned to Ctrl+letter, not to
Ctrl+;. Any other suggestions?

"Peo Sjoblom" wrote in message
...
Why don't you just record a macro to your personal.xls when you
do
this
and then assign the macros to keyboard shortcuts or menu icons

ActiveCell.FormulaR1C1 = "ö"

will insert the ö


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
Yes, I'm aware of this entry mode. Since it is a very
cumbersone
way of getting these letters on a laptop keyboard (where there
is
no numeric keypad!), I prefer to reprogram the keyboard
itself,
which works very nicely in all applications except in Excel.

Do you know how to disable shortcuts in Excel?


"Peo Sjoblom" wrote in message
...
If you are looking for an umlaut o like they are using in
Sweden
and
Germany then you can use Alt + 148 for small letter, Alt +
153
for
large
for the other 2 Swedish letters you can use Alt + 132 and Alt
+
134
for
small
and for large Alt + 142 and Alt + 143

(it's important to use the numpad keys for the numbers)


--
Regards,

Peo Sjoblom



"Pegasus" wrote in message
...
I use some keyboard shortcuts that are global to Windows,
e.g. Ctrl+; to generate the letter "ö". This does not work
in
Excel because Ctrl+; inserts the current date. Is there a
way to disable such inbuilt shortcuts in Excel 2003, either
individually or the whole lot?









--

Dave Peterson

--

Dave Peterson

--

Dave Peterson







  #20   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 524
Default Disable keyboard shortcuts

Wed, 27 Jun 2007 10:34:32 +0200 from Pegasus (MVP) :

"Stan Brown" wrote in message
t...
http://www.autohotkey.com


Very nice tool, worth adding to my tool kit. Unfortunately it does
not quite work in Excel. When I press Ctrl+; it generates the letter
"Ö" as expected but when I press Ctrl+; again it generates 27/06/2007.
It appears that the inbuilt Excel macro reasserts itself at this stage.
It's a pity - I really like this tool!


What does your .AHK file ook like?

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/


  #21   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 9
Default Disable keyboard shortcuts


"Stan Brown" wrote in message
t...
Wed, 27 Jun 2007 10:34:32 +0200 from Pegasus (MVP) :

"Stan Brown" wrote in message
t...
http://www.autohotkey.com


Very nice tool, worth adding to my tool kit. Unfortunately it does
not quite work in Excel. When I press Ctrl+; it generates the letter
"Ö" as expected but when I press Ctrl+; again it generates 27/06/2007.
It appears that the inbuilt Excel macro reasserts itself at this stage.
It's a pity - I really like this tool!


What does your .AHK file ook like?


Very simple!
^;::
send Ö
return


  #22   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 524
Default Disable keyboard shortcuts

Sun, 1 Jul 2007 11:36:33 +0200 from Pegasus (MVP) :

"Stan Brown" wrote in message
t...
Wed, 27 Jun 2007 10:34:32 +0200 from Pegasus (MVP) :

"Stan Brown" wrote in message
t...
http://www.autohotkey.com

Very nice tool, worth adding to my tool kit. Unfortunately it does
not quite work in Excel. When I press Ctrl+; it generates the letter
"Ö" as expected but when I press Ctrl+; again it generates 27/06/2007.
It appears that the inbuilt Excel macro reasserts itself at this stage.
It's a pity - I really like this tool!


What does your .AHK file ook like?


Very simple!
^;::
send Ö
return


Hmm -- works just fine for me. I hit Ctrl-; several times in
succession and got Ö several times in succession.

I don't know what to suggest; sorry.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
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
Keyboard Shortcuts wnfisba Excel Discussion (Misc queries) 3 December 8th 06 07:11 PM
Keyboard shortcuts Greka Excel Discussion (Misc queries) 5 July 18th 06 04:38 PM
customize keyboard shortcuts furia Excel Discussion (Misc queries) 0 May 8th 06 03:33 PM
Keyboard shortcuts Scott Excel Discussion (Misc queries) 2 January 25th 06 04:51 AM
KEYBOARD SHORTCUTS rm Excel Discussion (Misc queries) 8 May 18th 05 08:48 AM


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

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

About Us

"It's about Microsoft Excel"