View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PM PM is offline
external usenet poster
 
Posts: 16
Default using multiple dlls

Hi !

My Excel application creates a menu with some 10 commands.
I plan to place the corresponding code in dlls.

Would you advise me to
a. have one dll with 10 classes called by the menu, or
b. have 10 different dlls ?

Thank you for any advice. This is the firt time I am trying anything of this
sort.
Pat