VBA commands: Refresh
Visual Basic for Applications macros are supported in Excel Desktop for Windows only.
Description
Performs a Smart Refresh of all the data in the active report.
See Introduction to Velixo NX VBA commands for general usage information.
Syntax
objVelixo.Refresh [AsyncRefresh]
objVelixo - a variable that represents an instance of the Velixo_NX_Tools VBA functions class.
Arguments
Name | Required / Optional | Description |
|---|---|---|
| Optional | Specifies whether the refresh should be done in the background. Accepted values: Defaults to When We highly recommend setting |
Example - Asynchronous refresh
Dim velixoObj As Velixo_NX_Tools.VBA
Set velixoObj = CreateObject("Velixo.NX.Tools.Vba")
Application.DisplayAlerts = False
velixoObj.Refresh True