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
Function test(
test = Application.WorksheetFunction.na(
End Functio
It does work if I type =na() directly into a cell..
Bruc