Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Key A(hvm) fails in Excel
#1
Hi,

Running Office 15 on Windows 10 with the latest QM (as of 2 weeks ago, at least). I'm trying to paste a large clipboard into Excel using Alt+h+v+m, but it fails by actually bringing up a "Merge" menu instead. As a test, I issued just the Alt+h in QM (key A(h)), and noticed that the "V" option on the paste menu in Excel is grayed out. If I manually key in the Alt h, the V is ok and I can continue with the vm. Any idea why this is happening?
#2
FYI, I am using curly braces for the key A{hvm} command.
#3
Here works well. Tested with Office 15, Windows 10.

Macro Macro2732
Code:
Copy      Help
int w=act(win("Book1 - Excel" "XLMAIN"))
1
;opt slowkeys; spe 1000 ;;try this
key A{hvt} ;;works, pastes
;key Ah ;;not gray

Try how works if sending keys slower, for example with opt slowkeys.
#4
Yep, works great ... thanks!


Forum Jump:


Users browsing this thread: 1 Guest(s)