View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Brownson Jim Brownson is offline
external usenet poster
 
Posts: 2
Default worksheet subroutine causes Compile error: Not found when on User

Attempts to execute a subroutine (or function) defined on a worksheet module
fail with compile error: sub - function not found. The sub works fine when
called from another worksheet. I open the user form nonmodally to allow
worksheet tasks. I have checked the spelling of the subroutine and it is
defined as Public.
Thanks, Jim