View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Blue Aardvark Blue Aardvark is offline
external usenet poster
 
Posts: 31
Default Linking Forms across seperate addins

Hello,
I have a number of addins that do particular tasks and a 'parent' addin that
controls the flow through the individual parts (the 'parent' has a reference
to all the other addins). Each addin has its own specific settings and I
would a central form with a tab page for each addin where these settings can
be adjusted. Is there a sensible way of creating one form for all the addins,
but to keep the actual appearance/code for the options located within the
appropriate addin in question?
Thanks.