Hi
I have a workbook that I have used for several years that successfully used the following code:
I have updated to the atrocious Excel 2016 for Mac and that code no longer works. Does anyone know why that is no longer working?
briano216
I have a workbook that I have used for several years that successfully used the following code:
Code:
Application.OnKey "*x", "CutValues" 'Intercept pressing of CMD+X keys.
Application.OnKey "*v", "PasteValues" 'Intercept pressing of CMD+V keys.
briano216