Trying to pull Multiple attributes all from my workpart and bring it into Excel.
I can get it to pull one attribute but seem to be struggling to get anything more than one.
Code below. This only writes to Info window not excel:
Option Strict Off
Imports System
Imports NXOpen
Module Module1...