• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA macro to create MSP trasks using Excel data

yravinath

New Member
Hi All,

I have lot of Excel project plans, Can anyone help me how to create Task and Sub Tasks using VBA based using excel data. this can be an Excel macro or an MPP macro.


Regards

ravi
 
I believe MSP uses an outline format of numbers (ie 1.1 is a subtask of 1, 1.1.1 ubstask of 1.1). In which case, you just need to know what the criteria/factor is indicating that a subtask exists, and then we can create some sort of numbering solution, either via formulas or macros.
 
Back
Top