Been ages, but if I remember that right: You are confusing a string and an
object.
ActiveProject can be set, but to something that IS a project object.

CreateProject can do that for existing paths:

myPath = "whatever path here"
oProj = Application.CreateProject(myPath)
Application.ActiveProject2 = oProj

Try it.

On Thu, Feb 21, 2013 at 8:52 AM, Eric Thivierge <[email protected]>wrote:

> Well that's the thing, I want to make an already existing project the
> active project.
>
> --------------------------------------------
> Eric Thivierge
> http://www.ethivierge.com
>
>
>

Reply via email to