View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default syntax for using Excel worksheet function


--


Tiah,

I was actually trying to use the ISBLANK function, but it does not appear to
be there. Thanks.

Ben



"tiah" wrote:

hello !
go into help menu in vba and ask for "worksheet functions"
you'll have all the syntax

example : Application.WorksheetFunction.Min(myRange)


tiah.