Can't use WorksheetFunction

Y

Yossi

Hi,
I am trying to use the WorsheeFunction property within a user form, but the
VBA claims it can't get the method I want to use out of the worksheetFunction
class.
Why is that?
 
D

Dave Peterson

What worksheet function?

Some aren't available in VBA. But VBA's help shows which ones are.
 
Top