hi,
I am new to VB programming.. I am writing a automated Tool in Vb which could read/write cell value present in the MPP (project plan 2003).I am successful in opening the project but now i dont know the interface functions that could enable me to read or write values into MPP cells just like we manipulate the cell values in EXCEL. please help me in identifying the appropriate functions that would enable me to manipulate the cells present in MPP.
i have opened the project using the following syntax
Dim objmpp As MSProject.Appli cation
Set objmpp = CreateObject("M SProject.Applic ation")
objmpp.FileOpen ("C:\\TEST.mpp" )
please help me
I am new to VB programming.. I am writing a automated Tool in Vb which could read/write cell value present in the MPP (project plan 2003).I am successful in opening the project but now i dont know the interface functions that could enable me to read or write values into MPP cells just like we manipulate the cell values in EXCEL. please help me in identifying the appropriate functions that would enable me to manipulate the cells present in MPP.
i have opened the project using the following syntax
Dim objmpp As MSProject.Appli cation
Set objmpp = CreateObject("M SProject.Applic ation")
objmpp.FileOpen ("C:\\TEST.mpp" )
please help me