Thread: getValue
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
[email protected] baha17@gmail.com is offline
external usenet poster
 
Posts: 80
Default getValue

Thanks a lot Nick that really worked. You guys really very helpful.
thanks again
regards,
Baha
NickH wrote:
Doh! Sorry Baha,

I didn't follow your original link and just assumed it was being done
with formulas - wrong group, I know.

Try inserting a line at the end of the function like so...

GetValue = ExecuteExcel4Macro(arg)
If GetValue = 0 Then GetValue = ""
End Function

Br, NickH