Sub or function not defined error

  • Thread starter Thread starter Grant
  • Start date Start date
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top