Is there a method to remove or at least disable Bloomberg keyboard short cuts in Excel?
For example, normally to open a filter I can press CONTROL + SHIFT + L. However, this shortcut is now being used in Bloomberg and it causes my Excel to either freeze or not load for some time.
Run the following code in VBA:
This should disable them, if you are lucky :) Here you can read more about
Application.OnKey
.If you do not know what VBA is, then in Excel do the following:
Application.OnKey "+^l"
to the opened window and press Enter