Home
Name Modified Size InfoDownloads / Week
Good + Fast MS Project Add-In Standard.mpp 2023-06-10 2.0 MB
Good Plus Fast for MS Project Standard.txt 2023-06-10 63.3 kB
Good + Fast MS Project Add-In.mpp 2022-02-07 1.7 MB
Readme.txt 2022-02-07 2.9 kB
Installation Instructions.pdf 2022-02-07 578.9 kB
Totals: 5 Items   4.4 MB 16
GENERAL
    Good + Fast MS Project Add-In
    by Jerome Smith
    Extends Microsoft Project 2013 and 2016. 
    Feature list is at the bottom of this file.
    https://sourceforge.net/projects/good-plus-fast-project-add-in/
        
CHANGES
    Version 1.2 - February 7, 2022
	- added new feature: Shift Remaining Effort To Today
	- - Changes status date to today and move incomplete work on selected to after status date.
	
	Version 1.1 - February 5, 2022
	- fixed bugs with Finish Now and 24-hour features
	- added year hierarchy to Excel report in pivot table view

    Version 1.0 - January 20, 2017
    - first release

LICENSE
    GNU General Public License version 3.0 (GPLv3)

INSTALLATION
   Note, installation screenshots are provided in “Good + Fast MS Project Add-In.mpp”.

    1.    Download the “Good + Fast MS Project Add-In.mpp” file and open it with MS Project.
    2.    Go to File >> Info >> Organizer >> Modules.
    3.    Highlight all the modules under “Good + Fast MS Project Add-In.mpp”.
    4.    Click “Copy” so they appear in the “Global.MPT” list.
    5.    Click “Close” to close the Organizer.
    6.    Go back to “Good + Fast MS Project Add-In.mpp”.
    7.    Press Alt + F11 to open the VBA editor
    8.    Expand the “ProjectGlobal (Global.MPT)” in the Project Explorer view (left hand side).
    9.    Double-click “ThisProject (Global.MPT)”.
    10.   Enter the following three lines in the Code window:
    
                 Sub Project_Open(ByVal pj As MSProject.Project)
                 ActivateRibbon
                 End Sub

    11.   Go to File >> Save in the VBA Editor.
    12.   Close the VBA Editor.
    13.   Close MS Project.
    14.   Open a new file and you should see the “Good + Fast” tab appear in the ribbon.

FEATURE LIST
    - Audit project based on industry standards
    - Export schedule to MS Excel with dates
    - - Export schedule to MS Excel with dates and time
    - Filter to show all predecessor and successor logic
    - - Filter to show predecessor logic
    - - Filter to show successor logic
    - Change task to 24-hour calendar
    - - Change task to 8-hour calendar
    - Ignore task warnings
    - Change resource allocation for all selected tasks
    - Start the task this minute
    - - Finish the task this minute
    - Mark all selected tasks
    - - Unmark all selected tasks
    - - Unmark all tasks in schedule
    - Show all pending tasks 1 week out
    - - Show all pending tasks 2 weeks out
    - - Show all pending tasks for any date
    - Format schedule with blue, green or custom colors
    - Cascade outline
    - Show multiple projects in vertical window panes
    - Clean text from leading, trailing and double spaces
    - Change text size for current table in current view
    - - Change text size for all tables in current view
Source: Readme.txt, updated 2022-02-07