Keyboard Shortcut changed after XP

D

Dave

Using Excel 2000
I have a macro in "Personal.xls" to paste the value only of the clipboard.
Sub PasteValue()
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, _
SkipBlanks:=False, Transpose:=False
End Sub
The assigned shortcut is Cntl-Shift-V
When running in Win98, the shortcut work regardless of CapsLock position.
When running in WinXP, the shortcut only works with CapsLock OFF.
Can I make the shortcut work in XP like it does in 98 ?
If this is the wrong forum, please redirect me.
Thanks much.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top