how do we delete a custom column from a MS Project file through code ?
J Jan De Messemaeker Mar 14, 2006 #2 Hi, You never can really delete a field (just like you can't create one) You can change a view such that it will not be shown in that view. Is that what you are looking for? SelectTaskColumn column:="Any Field Name" edit delete HTH
Hi, You never can really delete a field (just like you can't create one) You can change a view such that it will not be shown in that view. Is that what you are looking for? SelectTaskColumn column:="Any Field Name" edit delete HTH
S Satish Mar 16, 2006 #3 Hi, Thanks for your reply. Since i could not delete(hide) a column i created a "Entry" table view with the columns that were needed using TableEdit.
Hi, Thanks for your reply. Since i could not delete(hide) a column i created a "Entry" table view with the columns that were needed using TableEdit.
J Jan De Messemaeker Mar 16, 2006 #4 Hi, TableEdit is definitely a good way, but why do you say you can't delete it when I hand you the code?
Hi, TableEdit is definitely a good way, but why do you say you can't delete it when I hand you the code?