LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Select cell in MS-Word table

How can I select a cell in the MS-Word through LabView when I'm using active-X? There should be a way to use the invoke and/or property node to select a cell in a word table directly. Which active-X class I have to use? Followed by..?
Attached I have an example vi ready.
 
 
Thanks for your help
                          Norick
 
 
 
0 Kudos
Message 1 of 3
(2,648 Views)
Just use the ActiveDocument property into the Tables property into the Index method into the Cell method.  This returns the reference to a single cell of the table.  See the modified vi.
Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.1, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
0 Kudos
Message 2 of 3
(2,640 Views)
Thanks for your reply. Do you also know how I can change or set the text from the header / footer in a active document?

Thanks


0 Kudos
Message 3 of 3
(2,631 Views)