How can I reference another project as Normal?
- From: "rainfall" <rainfall@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 7 Apr 2005 01:33:01 -0700
i can call normal function,
Sub Foo()
normalfunc ' normal.normalfunc
End Sub
But If I reference a project, I only call that like below:
Sub Foo()
RefProject.testfunc ' Why i must writer RefProject?
End Sub
.
- Follow-Ups:
- Re: How can I reference another project as Normal?
- From: Word Heretic
- Re: How can I reference another project as Normal?
- Prev by Date: Selecting columns in table gives 5992 error
- Next by Date: Re: GetSpellingSuggestions problem
- Previous by thread: Selecting columns in table gives 5992 error
- Next by thread: Re: How can I reference another project as Normal?
- Index(es):
Relevant Pages
|