Sample ms project file

broken image

' When createTable is used in GuiXT to fill a table, ' Get the active project in the file Dim project As .Project = ProjectApplication.FileOpenEx(filename, mv, mv,

broken image

Tasktable As String) As String Dim returnText As String = '' Try 'Create the Application object to interact with MS project Dim projectApplication As .Application = New .Application()ĭim mv As Object =

broken image
broken image

''' ''' Add a list of tasks to an existing MS Project file ''' ''' Path to MS project file ''' Name of GuiXT table variable ''' empty string if success, errortext otherwise Public Function addtasks(filename As String,

broken image