{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
 

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