Word Get ActiveX References VI
- Updated2024-07-30
- 2 minute(s) read
Returns ActiveX references to Microsoft Word.

Inputs/Outputs
![]() report in is a reference to the report whose appearance, data, and printing you want to control. Use the New Report VI to generate this LabVIEW class object. ![]() error in describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() Word._Application is a reference to the application Microsoft Word. ![]() report out is a reference to the report whose appearance, data, and printing you want to control. You can wire this output to other Report Generation VIs. ![]() Word.Documents is a reference to all the open documents in Microsoft Word. ![]() Word._Document is a reference to the active document. ![]() Word.Tables is a reference to all the tables in the active document. ![]() error out contains error information. This output provides standard error out functionality. ![]() Word.InlineShapes is a reference to graphics in the active document. |