Hi all,
Can someone share with me the syntax for using an Excel worksheet function
within VBA? I remember is something like application. something. Thanks
Ben
--
Hi all,
Can someone share with me the syntax for using an Excel worksheet function
within VBA? I remember is something like application. something. Thanks
Ben
--
hello !
go into help menu in vba and ask for "worksheet functions"
you'll have all the syntax
example : Application.WorksheetFunction.Min(myRange)
tiah.
--
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.
>
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks