Results 1 to 6 of 6

Thread: Solved: Changing the font of one column field

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    mate... say you have a master project (e.g. master.mpp). In this master project you insert another project as summary task (in my org, we normally call this sumarry task as inserted project).

    Consider the following scenario:

    ---------------------------------
    ID
    Task Name 1 ACP-OPTUS-RENEWAL-RUN-3.4594.mpp 1 Processing
    Victor
    2 ACP-4X4.4611.mpp 1 Processing
    Victor
    3 2EVOLVE-PHONE.4599.mpp 1 Processing
    Victor
    -----------------------------------------

    The above figure shows the ID and task name in task usage view. Sumarry task (inserted project) are ACP-OPTUS-RENEWAL-RUN-3.4594, ACP-4X4.4611.mpp, 2EVOLVE-PHONE.4599.mpp.

    For each inserted project has subtask called "Processing" and "Victor" is the resource name (resource assignment).

    Notice that for each subtask (processing) the ID has been reset to 1 whereas in normal task the ID is always sequentially incremented.

    Take the "ACP-4X4.4611.mpp" task as example. when you execute oTask.ID, it will return "2" but this task actually in 4th row. As a result, I end up selecting "Processing" task under "ACP-OPTUS-RENEWAL-RUN-3.4594" summary task since it is in 2nd row.

    So the VBA code "Selecttaskcell row:= oTask.ID" will never be working.

    Hope you get the clear picture what I mean.

    Cheers
    R

  2. #2
    in addition to my email above, how do you check the "nth" row of the task. Since the oTask.ID and oTask.uniqueID do not return the correct row!

Posting Permissions

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