VBA commands: RefreshFull
Visual Basic for Applications macros are supported in Excel Desktop for Windows only.
Description
Performs a Full Refresh of the data in the report.
See Introduction to Velixo NX VBA commands for general usage information.
Syntax
objVelixo.RefreshFull [AsyncRefresh]
objVelixo - A variable that represents an instance of the Velixo_NX_Tools VBA command 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 full refresh
Dim velixoObj As Velixo_NX_Tools.VBA
Set velixoObj = CreateObject("Velixo.NX.Tools.Vba")
Application.DisplayAlerts = False
velixoObj.RefreshFull True