LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change the names of the Excel Worksheets using LabView?

Hi Everyone...
 
I want to start a project but I want to be capable to create and change the names of the worksheets in excel using LabView.
We know the default name of the worksheets (Sheet 1, Sheet 2...)
 
Can I make this change only using labview with some activeX, properties and methods...
 
Best regards...
 
Mexico
LabView 8.0
 
0 Kudos
Message 1 of 2
(2,435 Views)
Hello,

Yes, you can modify the name of an Excel Sheet with ActiveX property Node or Invoke Node.
There are some good examples in the NI Example Finder of Labview on "Communicating with external Applications -> ActiveX -> Excel ->..."

To modify the name of a sheet, you need to use the property "Name" of the reference "Sheet"

Best regards
Nick_CH

0 Kudos
Message 2 of 2
(2,422 Views)