Difference? "ActiveProject" vs. "myProject"

P

Phyl

Hi all,

Is there a real difference between "ActiveProject" and "myProject"
when you're doing VB coding? For example, the following products the
same result:

myProject.ProjectSummaryTask.EnterpriseProjectText25
ActiveProject.ProjectSummaryTask.EnterpriseProjectText25

Why use one version over the other?

Thanks,
Phyl
 
J

JackD

What happens when you have more than one project open?
Probably better to be more explicit about which one you are actually
referring to.
I just use activeproject because I'm lazy.

-Jack
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top