Sub or function not defined error

G

Grant

Hello.

I am trying to make a call to a sub procedure that I
placed in a worksheet. The sub procedure I am calling is:

Public Function MyUpdate()

and I am making the following call:

MyUpdate

How would I go about getting this to work?

Thanks,
Grant.
 
D

Dave Peterson

maybe....

=myupdate()

?????????
Hello.

I am trying to make a call to a sub procedure that I
placed in a worksheet. The sub procedure I am calling is:

Public Function MyUpdate()

and I am making the following call:

MyUpdate

How would I go about getting this to work?

Thanks,
Grant.
 
Top