The following code yields run time error 91 with the message: " Object Variable or With block variable not set".
Private Sub CommandButton1_Click()
Dim appProj As MSProject.Application
Dim t As Task
Dim myProject As MSProject.Project
Dim tCol, sCol As Integer '******** Source Path Start Column...