Python for Project Managers

UNDER CONSTRUCTION. WILL HOPEFULLY BE RUNNING SOON

Sun 09 April 2017

third article

Posted by Joe Bloggs in Another Category   

Here I am practing adding code blocks and line


Practice Adding Code Blocks

def __openMSProjectFile(self):
        """load MS Project File and create reference to MS Project File object"""
        msp = win32com.client.Dispatch("MSProject.Application")
        msp.FileOpen(self.pathToMSProject)
        self.project = msp.ActiveProject
        return

Text in third article

Here is a list

  • My line 1
  • My Line 2
  • line3
  • Line4

  1. numbered 1
  2. number 2
  3. number 3

Comments