How can I reference another project as Normal?

R

rainfall

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
 
W

Word Heretic

G'day "rainfall" <[email protected]>,

This is not the case on my Word 2k.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


rainfall reckoned:
 
Top