View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
zSplash zSplash is offline
external usenet poster
 
Posts: 21
Default Reference Addin Module from sheet code

I try to reference MyAddin.MyModule.MySub from another worksheet, which has
references to MyAddin, but as I step through the code, it simply "passes"
the code without running MySub (although the intellisense helps me spell out
entire reference). Do I need a "!" or something? Puzzling to me, since it
often works, in other cases.

TIA