I have this line in my code
Where Y is a specific row that I need to jumpto. Say Task # 100SelectTaskField Row:=Y,Column:="Name", RowRelative:=False
It used to work but today it stopped working.When I execute the line, it will place focus after several blank tasks at the end of the project. I even tried to do:
It seems to be working intermittently. Not sure whats happening. Any help will be appreciated.SelectTaskField Row:=1,Column:="Name", RowRelative:=False SelectTaskField Row:=Y,Column:="Name", RowRelative:=False



Reply With Quote
