Sub or function not defined error
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.
|