Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
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.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Linking Forms across seperate addins

The addins are already writing their settings to the registry. What I would
like is that each addin remains in charge of the appearance and code for
making these settings, but having just one central location where all of
these adjustments can be made. I don't want to have to create a seperate menu
in the Excel toolbar with links to each of the addins "option" dialog boxes.
Therefore I was hoping there was a way of connecting forms together in some
way, so that multiple forms from multiple addins could somehow be brought
together. Perhaps I am hoping for too much?
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 533
Default Linking Forms across seperate addins

Assuming all the add-ins are open, why can't the master call a routine in a
sub add-in that displays its options dialog? You said you've set references
right?

--
Jim
"Blue Aardvark" wrote in message
...
| The addins are already writing their settings to the registry. What I
would
| like is that each addin remains in charge of the appearance and code for
| making these settings, but having just one central location where all of
| these adjustments can be made. I don't want to have to create a seperate
menu
| in the Excel toolbar with links to each of the addins "option" dialog
boxes.
| Therefore I was hoping there was a way of connecting forms together in
some
| way, so that multiple forms from multiple addins could somehow be brought
| together. Perhaps I am hoping for too much?


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Linking Forms across seperate addins

Hi Jim,
I guess I could make one master dialog that brings up the addin dialog boxes
when you hit the appropriate button. I just thought there may be a neater
option. One that could display the objects of one form inside the other form.

"Jim Rech" wrote:

Assuming all the add-ins are open, why can't the master call a routine in a
sub add-in that displays its options dialog? You said you've set references
right?

--
Jim
"Blue Aardvark" wrote in message
...
| The addins are already writing their settings to the registry. What I
would
| like is that each addin remains in charge of the appearance and code for
| making these settings, but having just one central location where all of
| these adjustments can be made. I don't want to have to create a seperate
menu
| in the Excel toolbar with links to each of the addins "option" dialog
boxes.
| Therefore I was hoping there was a way of connecting forms together in
some
| way, so that multiple forms from multiple addins could somehow be brought
| together. Perhaps I am hoping for too much?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking data from Rows to columns in seperate worksheets davidge Excel Worksheet Functions 1 August 11th 07 10:37 PM
Linking formulas from seperate workbook Andy@cmk Excel Worksheet Functions 1 February 21st 07 04:57 PM
Linking daily forms to Master Summary Form rjr Links and Linking in Excel 3 January 2nd 07 02:28 AM
Linking Cells from seperate spreadsheets [email protected] Excel Worksheet Functions 3 February 15th 06 02:13 AM
linking text box with seperate combo box list mikey_may Excel Programming 1 November 7th 03 05:02 PM


All times are GMT +1. The time now is 04:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"