xlDisableXLMsgs

This function restores the DLL's context. It should be called after you have called xlEnableXLMsgs, when the portions of code that may yield to Microsoft Excel have been executed.

This function does not return a value.

Syntax

Excel4(xlDisableXLMsgs, 0, 0);

This function has no arguments.

Remarks

This function is very fast and adds little overhead to the DLL.

Example

See the code for the fShowDialog function in GENERIC.C in the FRAMEWRK directory.

Related Function

xlEnableXLMsgs