Results 1 to 1 of 1

Thread: VBA Help needed for MS Project

  1. #1

    VBA Help needed for MS Project

    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 the end 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 sure whats happening. Any help will be appreciated.
    Last edited by Aussiebear; 03-12-2025 at 09:44 PM. Reason: Adjusted the font size

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •