MigrantFirmWorker
Programmer
A typical error from the canned Excel functions is '#N/A'. I would like my function to do the same under appropriate conditions.
The Excel function NA() will return this value in the worksheet. I tried
return Application.WorksheetFunction.NA()
but VBA doesn't seem to recognize this one. Any ideas?
Chris
-------------------------------------------------------------
"Don't be deceived. We're all temporary employees.
The Excel function NA() will return this value in the worksheet. I tried
return Application.WorksheetFunction.NA()
but VBA doesn't seem to recognize this one. Any ideas?
Chris
-------------------------------------------------------------
"Don't be deceived. We're all temporary employees.