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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scope - referring to subroutines within other projects

Status
Not open for further replies.

Stoffel24

Technical User
Apr 4, 2002
121
ZA
I have an excel spreadsheet that is based on a template. When I open this file, I see there are 2 projects - one for the original template (called "querytag.xls (Querytag.xla)") and another for the file itself called "VBA Project (ML_Sandy.xls)" I want to be able to call a subroutine in the VBA Project from the QueryTag project. Can this be done? I would love to know how.

Thanks
Scott
 
Try:

Application.run "Macro name"

Is dependent upon being a public procedure.

Asjeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top