View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] NoSpam@aol.com is offline
external usenet poster
 
Posts: 142
Default Calling a Sub created on the fly

I can write code to add a code module to a project and place desired code
into that module. However, I cannot call a sub in that module - it fails
at compile time because, at that time, it is undefined.

How can I accomplish this?

I'm sure this question has been answered many times, but I haven't found a
solution. Many thanks for your help.