ACommandLineKindaGuy
Active Member
- Joined
- May 11, 2002
- Messages
- 378
- Office Version
- 365
- Platform
- Windows
Hi all,
I have a custom ribbon with all standard ribbons hidden, ie <ribbon startFromScratch="true">
There are locked cells and unlocked cells on the worksheet. Protection is on with only AllowFormattingCells:=True
I have disabled or remapped a number of hotkeys using the OnKey method.
Here's the issue:
Some hotkey combinations such as <Alt> + O + D open the conditional formatting dialog box regardless if the active cell is locked or not. I don't want this to happen!
Others such as <Alt> + D + L (data validation) do not work period
Both of these commands are accessed from the Home Ribbon which is not displayed, so I'm not understanding the inconsistent behavior
I get an error trying to disable the <Alt> alone using OnKey (as in Application.OnKey "%", "'KeyMessage""Alt""'"
Any suggestions?
TIA John
I have a custom ribbon with all standard ribbons hidden, ie <ribbon startFromScratch="true">
There are locked cells and unlocked cells on the worksheet. Protection is on with only AllowFormattingCells:=True
I have disabled or remapped a number of hotkeys using the OnKey method.
Here's the issue:
Some hotkey combinations such as <Alt> + O + D open the conditional formatting dialog box regardless if the active cell is locked or not. I don't want this to happen!
Others such as <Alt> + D + L (data validation) do not work period
Both of these commands are accessed from the Home Ribbon which is not displayed, so I'm not understanding the inconsistent behavior
I get an error trying to disable the <Alt> alone using OnKey (as in Application.OnKey "%", "'KeyMessage""Alt""'"
Any suggestions?
TIA John