D
DraNoel
I'm having an issue with a VBA script that uses the Project.Index property.
The scenario is, there are 2 Enterprise projects open--Project A has Index=1,
and Project B has Index=2. If Project A is closed, the Index of Project B
changes from 2 to 1, but the Project.Index property still returns 2, the
previous (and now incorrect) value of the index. One blog site suggested
setting an object variable (of type Project) to the desired project (B) and
using the Index property of the object variable, but I tried this and saw the
same issue. I would appreciate any assistance you can provide.
The scenario is, there are 2 Enterprise projects open--Project A has Index=1,
and Project B has Index=2. If Project A is closed, the Index of Project B
changes from 2 to 1, but the Project.Index property still returns 2, the
previous (and now incorrect) value of the index. One blog site suggested
setting an object variable (of type Project) to the desired project (B) and
using the Index property of the object variable, but I tried this and saw the
same issue. I would appreciate any assistance you can provide.