View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Office Engineer[_2_] Office Engineer[_2_] is offline
external usenet poster
 
Posts: 1
Default App.Datevalue function not in VBA

Hi
I have tried ;
Application.Worksheetfunction.Datevalue(...)
but it seems Datevalue isn't available (other worksheet functions are).
I suspect this may be a missing reference in the VBA.
Any suggestions?