Use na() function in code?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anyone know how to code the na() function in VBA and why the following doesn't work

Function test(
test = Application.WorksheetFunction.na(
End Functio

It does work if I type =na() directly into a cell..

Bruc
 
Back
Top