Hi all, I am reparing an addon tool using C#, with Office interop services. I am developing it for MSProject 2007. I have to move Gantt view/Timescale to selected task, so that the task network can be visible. simply i need the feature like (Scroll to Task in Standard toolbar). Thanks,
Hi application.EditGoTo id:=activeselection.tasks(1).id HTH -- Jan De Messemaeker Microsoft Project Most Valuable Professional +32 495 300 620 For availability check: http://users.online.be/prom-ade/Calendar.pdf "Aditya" wrote in message news:0EA7F1EA-CF8C-4F51-B741-3C100E537195@microsoft.com... > Hi all, > > I am reparing an addon tool using C#, with Office interop services. I am > developing it for MSProject 2007. I have to move Gantt view/Timescale to > selected task, so that the task network can be visible. simply i need the > feature like (Scroll to Task in Standard toolbar). > > Thanks,
Thanks Janu, Its working fine.. "Jan De Messemaeker" wrote: > Hi > > application.EditGoTo id:=activeselection.tasks(1).id > > HTH > > -- > Jan De Messemaeker > Microsoft Project Most Valuable Professional > +32 495 300 620 > For availability check: > http://users.online.be/prom-ade/Calendar.pdf > "Aditya" wrote in message > news:0EA7F1EA-CF8C-4F51-B741-3C100E537195@microsoft.com... > > Hi all, > > > > I am reparing an addon tool using C#, with Office interop services. I am > > developing it for MSProject 2007. I have to move Gantt view/Timescale to > > selected task, so that the task network can be visible. simply i need the > > feature like (Scroll to Task in Standard toolbar). > > > > Thanks, > > >
You're welcome Aditya, and thanks for the feedback -- Jan De Messemaeker Microsoft Project Most Valuable Professional +32 495 300 620 For availability check: http://users.online.be/prom-ade/Calendar.pdf "Aditya" wrote in message news:62189543-6B90-4374-9A56-F255B2CD2CA5@microsoft.com... > Thanks Janu, Its working fine.. > > "Jan De Messemaeker" wrote: > >> Hi >> >> application.EditGoTo id:=activeselection.tasks(1).id >> >> HTH >> >> -- >> Jan De Messemaeker >> Microsoft Project Most Valuable Professional >> +32 495 300 620 >> For availability check: >> http://users.online.be/prom-ade/Calendar.pdf >> "Aditya" wrote in message >> news:0EA7F1EA-CF8C-4F51-B741-3C100E537195@microsoft.com... >> > Hi all, >> > >> > I am reparing an addon tool using C#, with Office interop services. I >> > am >> > developing it for MSProject 2007. I have to move Gantt view/Timescale >> > to >> > selected task, so that the task network can be visible. simply i need >> > the >> > feature like (Scroll to Task in Standard toolbar). >> > >> > Thanks, >> >> >>