S
singeredel
I just can't seem to figure out how to access another project's
module/procedure. I would like to access a macro procedure in
Project2.Module2 from Project1.Module1. Both projects are global templates
and appear checked under Templates and Addins, yet I get an object error.
This is what I am trying to use as code to access Project2
ReportMacros.LogFileStatistics.LogFileStatistics
(Project2, Module2, Procedure)
I have also tried a variety of other things such as
With ReportMacros.vbProject
LogFileStatistics.LogFileStatistics
End With
If I could just understand this concept, I would be so grateful.
Can someone help me understand how this works or point me somewhere where I
can read about this. I keep having the same problem with everything I attempt
outside of a particular project.
module/procedure. I would like to access a macro procedure in
Project2.Module2 from Project1.Module1. Both projects are global templates
and appear checked under Templates and Addins, yet I get an object error.
This is what I am trying to use as code to access Project2
ReportMacros.LogFileStatistics.LogFileStatistics
(Project2, Module2, Procedure)
I have also tried a variety of other things such as
With ReportMacros.vbProject
LogFileStatistics.LogFileStatistics
End With
If I could just understand this concept, I would be so grateful.
Can someone help me understand how this works or point me somewhere where I
can read about this. I keep having the same problem with everything I attempt
outside of a particular project.