I have problem with opening MODI by macro. I want only open it, then select all, copy and paste in my Excel file.
I have:
AppActivate "Microsoft Office Document Imaging"
Then some Sendkeys.
AppActivate "Excel"
And Sendkeys to paste.
But my first line doesn't activate my document.
How to solve the problem?