View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Sub or function not defined error

maybe....

=myupdate()

?????????

Grant wrote:

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.


--

Dave Peterson