Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / February 2005

Tip: Looking for answers? Try searching our database.

Jezebel or other helper

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
singeredel - 22 Feb 2005 21:41 GMT
Hi,

I was wondering if you would take a look at my prior post "How to reference
Userform in another project." I have responded to your suggestion but still
need help.

Thank you!
Signature

singeredel

Jezebel - 22 Feb 2005 22:11 GMT
OK, here's one way to do it --

In Hannani_Test, add a module (or use an existing module if there is one).
Add this code --

Public Property Get ReportForm() as frmCreate_Hannani_Report
   Set ReportForm = new frmCreate_Hannani_Report
End Property

Then in the calling project, use --

Sub Test()

   With Hannani_Test.ReportForm
       .txtReportDateMonth = "02"
       :
       .Show
   End with
End Sub

> Hi,
>
[quoted text clipped - 5 lines]
>
> Thank you!
singeredel - 22 Feb 2005 23:41 GMT
Thank you SO MUCH for answering so promptly. It finally works! The only
change I had to make to get it to run was to change Hannani_Test.ReportForm
to just Hannani.ReportForm. (from referencing the Template to referencing the
Project)

A hundred thanks again!

> OK, here's one way to do it --
>
[quoted text clipped - 25 lines]
> >
> > Thank you!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.