Consulting

Results 1 to 4 of 4

Thread: MS Project 2000: Automating starting point and other questions

  1. #1
    VBAX Regular
    Joined
    Aug 2006
    Posts
    8
    Location

    MS Project 2000: Automating starting point and other questions

    I would like to have the following:

    When the file is opened to go to the calender view to the current day regardless of how the file is closed.

    Also is there a way to automatically open a resourse pool with asking the opetion to open it or not. and also open it as a hidden file?

    Thanks

    Scott

  2. #2
    VBAX Regular
    Joined
    Aug 2006
    Posts
    8
    Location
    bump.... Anyone?

  3. #3
    Moderator VBAX Wizard lucas's Avatar
    Joined
    Jun 2004
    Location
    Tulsa, Oklahoma
    Posts
    7,323
    Location
    Not many people using project apparently. Most of my clients use Primivara.....sorry your not getting any ideas on this.
    Steve
    "Nearly all men can stand adversity, but if you want to test a man's character, give him power."
    -Abraham Lincoln

  4. #4
    VBAX Regular
    Joined
    Sep 2007
    Posts
    16
    Location
    Go to VBA editor
    Under the ThisProject


    [vba]
    Public Sub Project_Activate (ByVal pj as Project)

    ViewApply:="Calendar"

    End Sub
    [/vba]

Posting Permissions

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