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've place a command button on Sheet1. In the click event I call a user
defined public function which I created in the ThisWorkbook module called
Init. When I click on the command button, I get an error: "Sub or Function
not defined."

It is a public function and there are no spelling errors. Why am I getting
the error?

Thanks.