I'm trying to open a notepad file, select all, copy all, then paste all back to excel.
I'm using:
AppActivate ("stuff"
SendKeys ("^a"
SendKeys ("^c"
AppActivate ("book1"
Range("A1".Select
SendKeys ("^v"
What am I doing wrong???
I'm using:
AppActivate ("stuff"
SendKeys ("^a"
SendKeys ("^c"
AppActivate ("book1"
Range("A1".Select
SendKeys ("^v"
What am I doing wrong???