Skip to main content
Skip table of contents

VBA commands for NX: HideZeroColumnsAsync

Visual Basic for Applications macros are supported in Excel Desktop for Windows only.

Description

Asynchronous command that hides columns that only have zero values for the provided range.

See Introduction to Velixo NX VBA commands for general usage information.

Syntax

CODE
objVelixo.HideZeroColumnsAsync [Range]


objVelixo - A variable that represents an instance of the Velixo_NX_Tools.Vba command class.

Arguments

Name

Required / Optional

Description

Range

Required

Targeted Excel.Range

For example, Range("'Sheet1'!A1:E80")

Example

CODE
Dim velixoObj As Velixo_NX_Tools.VBA
Set velixoObj = CreateObject("Velixo.NX.Tools.Vba")

velixoObj.HideZeroColumnsAsync Range("'Trial Balance'!D8:E150")

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.