IEstimate.RunExcelMacro Method

Executes an Excel macro.
Sub RunExcelMacro( _ 
ByVal macroName As String, _ 
ByVal isStoredInEstimate As Boolean, _ 
ByVal context As ICallingContext
)
This language is not supported or no code example is available.
void RunExcelMacro( 
string macroName
bool isStoredInEstimate
ICallingContext context 
)
This language is not supported or no code example is available.

Parameters

macroName
string

The macro name.

isStoredInEstimate
bool

Indicates whether the macro is stored in the estimate. If set to a non zero value, the macro is in estimate. If set to 0, the macro is stored in an external file.

context
ICallingContext

The context passed to the macro.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition