PDA

View Full Version : VBA Help needed for MS Project



pwadia1227
04-17-2019, 10:41 AM
I have this line in my code

SelectTaskField Row:=Y,Column:="Name", RowRelative:=False

Where Y is a specific row that I need to jumpto. Say Task # 100

It used to work but today it stopped working.When I execute the line, it will place focus after several blank tasks at theend of the project. I even tried to do:

SelectTaskField Row:=1,Column:="Name", RowRelative:=False
SelectTaskField Row:=Y,Column:="Name", RowRelative:=False

It seems to be working intermittently. Not surewhats happening. Any help will be appreciated.