04 UserFunctionMode - AndrewMB2/Logic-Architect-for-Excel-VBA GitHub Wiki

UserFunctionMode compile constant

Indicates if ArrData is included in this project.

Applies to

TableData ArrData RsetData Xdata XShared

ArrData supports the use of VBA user-defined functions in calculation and filtering data. These are placed in a class module called XUserFunctions which the user must create. To indicate that this facility is being used, the UserFunctionMode compile constant must be set to True, otherwise False. If this is not done the project will have VBA compile errors.