Programmably scroll to certain date in Gantt Chart

K

kevin

Hi
Does anyone know how to programmably chage the horizontal scroll bar to a certain value (i.e.date) in the Gantt Chart view

Thanks

-kevin
 
M

Mark Durrenberger

I'm afraid it's not possible. :-(

Mark

--
_________________________________________________________
Mark Durrenberger, PMP
Principal, Oak Associates, Inc, www.oakinc.com
"Advancing the Theory and Practice of Project Management"
________________________________________________________

The nicest thing about NOT planning is that failure
comes as a complete surprise and is not preceded by
a period of worry and depression.

- Sir John Harvey-Jones
kevin said:
Hi,
Does anyone know how to programmably chage the horizontal scroll bar to a
certain value (i.e.date) in the Gantt Chart view?
 
J

John

Mark,
Not quite true. If the desired task is selected using the SelectRow
method, for example, subsequent use of the GoToTaskDates method will
scroll the gantt chart to the selected task's Start date.

John
 
G

Gérard Ducouret

Hello,
Another hint : the EditGoTo method :

EditGoTo Date:="21/04/05 08:00"

Gérard Ducouret
 
M

Mark Durrenberger

Cool. Learn something new every day.

--
_________________________________________________________
Mark Durrenberger, PMP
Principal, Oak Associates, Inc, www.oakinc.com
"Advancing the Theory and Practice of Project Management"
________________________________________________________

The nicest thing about NOT planning is that failure
comes as a complete surprise and is not preceded by
a period of worry and depression.

- Sir John Harvey-Jones
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top