View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default application.Value(Variable)

if he was, it makes no difference. Neither

application.Worksheetfunction.Value or
application.Value are valid

This is one worksheet function that isn't supported in VBA.

--
Regards,
Tom Ogilvy



"Marcotte A" wrote in message
...
Maybe you are thinking of
Application.WorksheetFunction.Value

Marcotte