Purpose:
A fancy wrapper for the Excel4() function. It also
does the following:
(1) Checks that none of the LPXLOPER arguments are 0,
which would indicate that creating a temporary XLOPER
has failed. In this case, it doesn't call Excel
but it does print a debug message.
(2) If an error occurs while calling Excel,
print a useful debug message.
(3) When done, free all temporary memory.
Excel()
Purpose: A fancy wrapper for the Excel4() function. It also does the following:
(1) Checks that none of the LPXLOPER arguments are 0, which would indicate that creating a temporary XLOPER has failed. In this case, it doesn't call Excel but it does print a debug message. (2) If an error occurs while calling Excel, print a useful debug message. (3) When done, free all temporary memory.
#1 and #2 require _DEBUG to be defined.