VBA commands for NX: WritebackCurrentWorksheetAsync
Visual Basic for Applications macros are supported in Excel Desktop for Windows only.
Description
Asynchronous command that performs a writeback for the current Writeback worksheet.
See Introduction to Velixo NX VBA commands for general usage information.
Syntax
CODE
objVelixo.WritebackCurrentWorksheetAsync
objVelixo - A variable that represents an instance of the Velixo_NX_Tools.Vba command class.
Example
CODE
Dim velixoObj As Velixo_NX_Tools.VBA
Set velixoObj = CreateObject("Velixo.NX.Tools.Vba")
velixoObj.WritebackCurrentWorksheetAsync