View Single Post
  #1   Report Post  
nc
 
Posts: n/a
Default Writting Function using VBA

Hi

I am trying to write a function to return an address but
instead I get #VALUE!.

Public Function fnd(a, b)

fnd = Range(a).Find(b).Address

End Function


Please help.

Thanks.