B
Brennen M
Hello,
I am wondering if there is anyway to determine which 'magic number'
MSProject adds to the UniqueIDs of tasks from inserted projects. It is
genearally a multiple of 2 ^ 22. To reverse the one does:
SubprojectTaskID = MasterProjectTask.UniqueID MOD 4194304. My problem
is that I have the UniqueID for a task from the subproject but would
like to be able to access the same task in the master.
Thanks - hope this makes some sort of sense...
Brennen
I am wondering if there is anyway to determine which 'magic number'
MSProject adds to the UniqueIDs of tasks from inserted projects. It is
genearally a multiple of 2 ^ 22. To reverse the one does:
SubprojectTaskID = MasterProjectTask.UniqueID MOD 4194304. My problem
is that I have the UniqueID for a task from the subproject but would
like to be able to access the same task in the master.
Thanks - hope this makes some sort of sense...
Brennen