{ALT} + {HOME} in Project VBA

R

Robert X

Hello,
How can we simulate the ALT + HOME key combination in Project VBA?
The SendKeys "+({%}{HOME})" instruction doesn't work ;-(
Thanks for your help!

Robert
 
G

Guidho

Try this to jump to the start of the project:

EditGoTo Date:=ActiveProject.ProjectSummaryTask.Start

Regards,
Guidho
 
Top