View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech[_2_] Jim Rech[_2_] is offline
external usenet poster
 
Posts: 533
Default Linking Forms across seperate addins

I would explore having the control add-in write the settings it gathers from
the user to the registry and then call a routine in a specific add-in that
would read the current settings from the registry to reconfigure itself.

--
Jim
"Blue Aardvark" wrote in message
...
| 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.