LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Copy and paste automatically in Word?

After a complete test a number of Word documents are generated via the office module in LabVIEW.
Finally I would like to take all contents from all documents and place into one document - automatically.
 
Have anyone tried to simulate the functions Ctrl+a, Ctrl+c, Ctrl+v, Ctrl+End etc in LabVIEW?
0 Kudos
Message 1 of 4
(2,911 Views)
You can do this by creating your own activeX codes.  There are a number of examples shipped with labVIEW that show you how to use the activeX property and invoke nodes to do what you are looking for.

Kenny
Kenny

0 Kudos
Message 2 of 4
(2,891 Views)
Take a look at this thread also.
Kenny

0 Kudos
Message 3 of 4
(2,889 Views)
As someone who recently had to learn about ActiveX with Excel, there might be a few nifty pieces of advice, specifically on page 2 of this thread.  I realize you are using Word, but the advice holds true regardless.  It can be a stinky process, but the operability rewards are great.

I should note that I did not provide the advice, only linked to threads of people who did.
0 Kudos
Message 4 of 4
(2,881 Views)