B
Basta1980
Hi all,
I'm using a simple sendkey statement to paste (ctrl v) cell content to
another application. However when running the code it sometimes works (I can
see the cell content copied and pasted to the application) but most of the
times it just jumps from Excel to the other application and stops (so nothing
is pasted). Anybody got a clue what might be going on here?
Code =
Gemini:
AppActivate ("CSM - Citrix Presentation Server Client")
SendKeys ("{^V}"), True
Kind regards,
Basta
I'm using a simple sendkey statement to paste (ctrl v) cell content to
another application. However when running the code it sometimes works (I can
see the cell content copied and pasted to the application) but most of the
times it just jumps from Excel to the other application and stops (so nothing
is pasted). Anybody got a clue what might be going on here?
Code =
Gemini:
AppActivate ("CSM - Citrix Presentation Server Client")
SendKeys ("{^V}"), True
Kind regards,
Basta