Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 64
Default Access from add_in userform to main template userform....

Thanks to this forum for getting me so many solutions....

I have a situation where I have almost 100 Plus templates (with couple of
forms and data) and to all these templates i need to add one similar form
with same data. What i am doing is creating an addin and calling the form
from add-in.

Here is where i am stuck ... Values in the main template will be populated
defending on the selections in the addin form. I need to do something like
this
from addin form :

if addin.userform_addin.listbox1.value 20 then
Main_Template.userform_Main.listbox1.additem ("20")
else
Main_Template.userform_Main.listbox1.additem ("30")
end if

Can this be possible. and if so How? Writing this code in Add_in will save
me rewriting of the same code in all templates.

Suggestions will be highly appreciated...


--
Ajit
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
VB UserForm to MS Access bsullins[_6_] Excel Programming 0 October 13th 04 11:20 PM
Userform Editing/Access John Baker Excel Programming 1 October 9th 04 09:46 AM
Linking userform to userform in Excel 2003 missmelis01 Excel Programming 2 August 27th 04 08:07 PM
VBA: Userform Access Shon Yim Excel Programming 1 October 24th 03 10:58 PM
Userform with template class module problem Tom Ogilvy Excel Programming 1 July 18th 03 09:15 PM


All times are GMT +1. The time now is 08:49 AM.

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

About Us

"It's about Microsoft Excel"