Consulting

Results 1 to 2 of 2

Thread: VBA to Format GANTT bars once rolled-up.

  1. #1

    VBA to Format GANTT bars once rolled-up.

    Hi Gurus,

    My VBA is fairly good but I am new to MS Project.

    I am writing a routine to loop through tasks and format the Gantt bars depending on their type.

    Once formatting is done I roll-up the Gantt tasks to summary.

    [VBA]
    rTask.Rollup = True
    [/VBA]

    When project rolls-up the tasks it looses the formatting on the summary Gantt. My question, how do I access the rolled-up tasks to format in VBA?
    On the UI you just select and repeat the original formatting. I have tried recording this action in a macro but the code just formats the unrolled-up task.

    Any guidance gratefully recieved.

  2. #2
    Hey

    Can you post you code here?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •