View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Application.WorksheetFunction problem

Thanks again to all of you. The latest suggestion works perfectly!
--
Gary''s Student


"Tom Ogilvy" wrote:

See the lastest post.

but, it would be better to use built in VBA functionality.

--
Regards,
Tom Ogilvy


"Gary''s Student" wrote in message
...
Thanks all.

I'll use Don's approach. I still can't get Tm's approach to work. Do I
have to enable worksheet functions in VBA like the Analysis ToolPak
--
Gary''s Student


"Gary''s Student" wrote:

I am trying to call ISEVEN() from VBA with:

Dim b as Boolean
b = Application.WorksheetFunction.ISEVEN(A1)

I am raising "Object doesn't support this Property or Method"

What is the correct syntax?
--
Gary''s Student