Hi,
I have 2 projects open. ie..I created a project and then I went to File-> Add Project->Standard EXE and this way I have 2 projects.
Now, I have a Public Function in Project1 that I want to access in Project2. What is the correct syntax?

I tried:
Call Project1.MyFunction

But I got an error message saying "Object Required" on that line of code.

Any help appreciated

Zack