S
singeredel
How do I write code to access and run a procedure in a module in another
project. When the project template is opened in the Visual Basic Editor, it
appears as follows:
Julie(JuliePersonal), with Julie being the project name and (JuliePersonal)
being the open template. I need to write code to run a procedure in the Julie
project from the Normal template.
I have tried many things, including the following:
With Julie.VBProject
CreateReport.CreateReport
End With
(CreateReport being the module and .CreateReport being the procedure)
However, I get a run-time error 424: Object required.
project. When the project template is opened in the Visual Basic Editor, it
appears as follows:
Julie(JuliePersonal), with Julie being the project name and (JuliePersonal)
being the open template. I need to write code to run a procedure in the Julie
project from the Normal template.
I have tried many things, including the following:
With Julie.VBProject
CreateReport.CreateReport
End With
(CreateReport being the module and .CreateReport being the procedure)
However, I get a run-time error 424: Object required.