Consulting

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 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.
    Last edited by Aussiebear; 04-27-2023 at 12:57 AM. 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
  •