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
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