J
Jim Aksel
I am using the code (taken from Rod Gill's new book):
EditGoTo ID:=lngID
WhatsDrivingMyTask <<< Function to determine predecessors, etc.
lngID becomes a TaskID (row number) in a Project file that I want to go to.
This code works fine as long as I am in a stand alone file.
I would like to use this code in a Master Project. So, if I am in
Inserted_Project1 of MasterProject and want to go to line 587 within
Inserted_Project1, how do I adapt this code?
How would I go to Inserted_Project2 line "x" from Inserted_Project1 line "y"
programactically?
TIA
Jim
I have also noted that F5 within the file does not behave the way we would
like it to either.
EditGoTo ID:=lngID
WhatsDrivingMyTask <<< Function to determine predecessors, etc.
lngID becomes a TaskID (row number) in a Project file that I want to go to.
This code works fine as long as I am in a stand alone file.
I would like to use this code in a Master Project. So, if I am in
Inserted_Project1 of MasterProject and want to go to line 587 within
Inserted_Project1, how do I adapt this code?
How would I go to Inserted_Project2 line "x" from Inserted_Project1 line "y"
programactically?
TIA
Jim
I have also noted that F5 within the file does not behave the way we would
like it to either.