A
and
Hi there, I would like to open another application, open a dialog box
there and (with sendkeys) select and copy copy the contents of the box
to the Windows Clipboard, copy it into a VBA variable, compare it, edit
it automatically (based on rules), and copy the result back to the
Windows clipboard, and then on to the dialog box in the other
application. This process has to be repeated several times (I know how
to make loops).
Therefore I need to know a couple of things:
How can I activate another application, and go back to Word, by VBA (the
other application is not supposed to be closed)?
How can I copy info from and to the Windows clipboard in VBA?
I'm open to all suggestions as how to approach this challenge. I hope
this can be done with VBA, since I don't write C+ or any other
programming language.
Best regards,
ANDy
there and (with sendkeys) select and copy copy the contents of the box
to the Windows Clipboard, copy it into a VBA variable, compare it, edit
it automatically (based on rules), and copy the result back to the
Windows clipboard, and then on to the dialog box in the other
application. This process has to be repeated several times (I know how
to make loops).
Therefore I need to know a couple of things:
How can I activate another application, and go back to Word, by VBA (the
other application is not supposed to be closed)?
How can I copy info from and to the Windows clipboard in VBA?
I'm open to all suggestions as how to approach this challenge. I hope
this can be done with VBA, since I don't write C+ or any other
programming language.
Best regards,
ANDy