Keyboard Shortcuts Not Working In Workbook

t0ny84

Board Regular
Joined
Jul 6, 2020
Messages
205
Office Version
  1. 365
  2. 2016
  3. 2013
Platform
  1. Windows
  2. Mobile
  3. Web
Hi,

I was wondering if someone might be able to assist, I added some Always On Top Code from this MrExcel Post Link. Whilst it works perfectly I have noticed since adding it that I can no longer use keyboard shortcuts e.g. Control C and Control V. It is only on this workbook and no others, I tried removing the code but the issue still is there. Does anyone know if the code in this thread would stop keyboard shortcuts or another reason there might be as to why the keyboard shortcuts aren't working in one workbook?

Thanks in Advance,

t0ny84
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
I found my culprit (code below), each time I would change cells it would call my user form so it actually meant that the cell in the workbook wasn't selected but the user form. Deleted it and it now seems to work! :)

VBA Code:
'Private Sub Workbook_SheetSelectionChange(ByVal Sh As Object, ByVal Target As Range)
'Call userform1_show
'End Sub
 
Upvote 0

Forum statistics

Threads
1,214,551
Messages
6,120,156
Members
448,948
Latest member
spamiki

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top