S
semika
Hello! My name is Semi and I am now working on VB.NET in collaboration with
MS Project!
I just want to insert a column in Gantt Chart, without displaying the
"Column Definition Box".
I use the following code:
prjApp.SelectColumn(Column:=3)
prjApp.ColumnInsert()
which appers the Column Definition Box and lets the user to decide which
column to insert.
Is there a way to programmatically add a specific column by giving its name??
Any help would be appreciated...
Thank you in advance!
MS Project!
I just want to insert a column in Gantt Chart, without displaying the
"Column Definition Box".
I use the following code:
prjApp.SelectColumn(Column:=3)
prjApp.ColumnInsert()
which appers the Column Definition Box and lets the user to decide which
column to insert.
Is there a way to programmatically add a specific column by giving its name??
Any help would be appreciated...
Thank you in advance!