Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How add a reference to a project?

Status
Not open for further replies.

rainfall

Computer
Joined
Apr 7, 2005
Messages
1
Location
CN
I can call "AddFromFile" function to add a file project to aother project. And add a reference in "OpenProject" events. But in VBA, I just call a function with code:

Sub Foo()
RefProject.test
Normal.test1
test1 'this function in normal will not be recognized
End Sub

in Word, I can call function in normal directly, how to do?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top