|
| |||||||||
| Tags: checking, nth, row |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Checking the nth row of task... Help!
Does anyone know how to check the "nth" row of the task. I'm currently working with master project contains the "inserted project" as summary task. As you might have known the ID of the subtask under this summary task will be reset to 1. So writing VBA code: Selecttaskcell Row:=oTask.ID will not solve the issue. Any ideas out there? Help............. |
|
#2
| |||
| |||
| Re: Checking the nth row of task... Help!
Hi, This group is closing soon, so please use the project.programming group in future. You need to open the sub-project using the subproject property, then you can access the task in the sub-project. -- Rod Gill Microsoft MVP for Project Author of the only book on Project VBA, see: http://www.projectvbabook.com "ronald_yoh" <ronald_yoh.3c1zjd@DoNotSpam.com> wrote in message news:ronald_yoh.3c1zjd@DoNotSpam.com... > > Does anyone know how to check the "nth" row of the task. > > I'm currently working with master project contains the "inserted > project" as summary task. As you might have known the ID of the subtask > under this summary task will be reset to 1. So writing VBA code: > Selecttaskcell Row:=oTask.ID will not solve the issue. > > Any ideas out there? Help............. > > > -- > ronald_yoh > ------------------------------------------------------------------------ > ronald_yoh's Profile: http://forums.techarena.in/members/52542.htm > View this thread: Checking the nth row of task... Help! > > http://forums.techarena.in > |
|
#3
| |||
| |||
|
mate.. how stupid that was.. what a shame when you're allowed to insert the project into master but can't manipulate the data in there Thanks anyway.. Ta |
|
#4
| |||
| |||
| Re: Checking the nth row of task... Help!
If you insert the project into the master without the link option you can as all tasks are copied. -- Rod Gill Microsoft MVP for Project Author of the only book on Project VBA, see: http://www.projectvbabook.com "ronald_yoh" <ronald_yoh.3c2lrc@DoNotSpam.com> wrote in message news:ronald_yoh.3c2lrc@DoNotSpam.com... > > mate.. how stupid that was.. what a shame when you're allowed to insert > the project into master but can't manipulate the data in there > > Thanks anyway.. > > Ta > > > -- > ronald_yoh > ------------------------------------------------------------------------ > ronald_yoh's Profile: http://forums.techarena.in/members/52542.htm > View this thread: Checking the nth row of task... Help! > > http://forums.techarena.in > |
|
#5
| |||
| |||
|
hi mate, you're right... 2 more Qs: 1) how do you disable (via VBA) the wizard planning wizard before opening the file? (e.g. avoid ms project to prompt "Open the resource pool to see assignments across all sharer files" while opening the sharer file). 2) how do you force the user to use only resources from resource pool and make sure there is no local resource for each project? Cheers Ron |
|
#6
| |||
| |||
| Re: Checking the nth row of task... Help!
There are flags in the VBA command that do that, see help. The DisplayAlerts method can also hide some messages. You can't force users to only use Pool Resources. You could write an event for each new assignment to test this. I would just make sure someone is responsible for keeping the Resource Pool "clean" and tests at least every month, or that there is an audit process for each new schedule added to the pool. This should also confirm the new schedule does not have resources assigned at 100% unless that is what is really going to happen otherwise the pool data becomes very inaccurate. -- Rod Gill Microsoft MVP for Project Author of the only book on Project VBA, see: http://www.projectvbabook.com "ronald_yoh" <ronald_yoh.3c5zzc@DoNotSpam.com> wrote in message news:ronald_yoh.3c5zzc@DoNotSpam.com... > > hi mate, you're right... 2 more Qs: > > 1) how do you disable (via VBA) the wizard planning wizard before > opening the file? (e.g. avoid ms project to prompt "Open the resource > pool to see assignments across all sharer files" while opening the > sharer file). > > 2) how do you force the user to use only resources from resource pool > and make sure there is no local resource for each project? > > Cheers > Ron > > > -- > ronald_yoh > ------------------------------------------------------------------------ > ronald_yoh's Profile: http://forums.techarena.in/members/52542.htm > View this thread: Checking the nth row of task... Help! > > http://forums.techarena.in > |
|
#7
| |||
| |||
|
hi Rodd... i've been using the "display alert" but it won't solve the issue from prompting "open the resource pool" since the prompt happens when you open the application file (at this point you do not have access to the file). Cheers Ron |
|
#8
| |||
| |||
|
Hi Rodd.. don't worry about my previous reply.. I sorted it out.. didn't realise the openfile has option to prompt. Ta |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Checking the nth row of task... Help!" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Scheduled Task: Unable to start task. 0x80070005: Access is denied. | BCU_AJones | Windows Software | 1 | 01-12-2011 11:49 PM |
| Task Scheduler - task creation error on Windows 2008 Server x64 | $Bradan$ | Operating Systems | 5 | 29-09-2011 02:03 PM |
| Windows 7 x64: Error message ‘task backgroundconfigsurveyor:The task image is corrupt’ | Angee | Windows x64 Edition | 7 | 31-07-2011 06:47 PM |
| Re: Obama checking out girl obama, obama looking at girl, obama checking out, mayara tavares, drudge report video photos | Dwayne Ingles Glasscock | Active Directory | 1 | 12-07-2009 01:36 AM |
| Task Scheduler Error Setting Task Account Information | b-seven-co | Window 2000 Help | 3 | 01-03-2007 09:27 AM |