View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
q q is offline
external usenet poster
 
Posts: 6
Default Undefined function

I have placed a command button on a spreadsheet (Sheet1). In the click
event I call a user defined, public function that I created and placed in
the ThisWorkbook module. When I click on the command button I get the
error: Sub or Function not defined.

The function is public and there are no spelling errors. What am I doing
wrong?

Thanks.