View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eric[_20_] Eric[_20_] is offline
external usenet poster
 
Posts: 31
Default Procedure calling syntax

Hello,

I have an add-in that creates a menu from which I call procedures stored in
the same add-in using the syntax: .OnAction = ThisWorkbook.Name &
"!procedurename".
What would be the syntax if I where to call a procedure stored in another
loaded add-in, let's say in module3?

Thank you.

Eric