This is something I ran into last year, and SO seems like a good place to document it :)
Q: When automating Excel (/Word/...) from Delphi, how can I check if an Excel function returned the variant Nothing (as it's called in VBA)?
|
|
This is something I ran into last year, and SO seems like a good place to document it :) Q: When automating Excel (/Word/...) from Delphi, how can I check if an Excel function returned the variant |
|||
|
|
|
|
The |
|||
|
|
|
Does VarIsEmpty (different than VarIsNull) not do what you want? |
||||
|
|
|
Curiously, VBA's
Instead, use this function:
Update Apparently, the sources of the RTL unit Also, note that VBA's |
||||||||||
|