Sendkeys - anyone know the how to tab back?


Posted by Sid on August 07, 2001 4:38 PM

I want to use sendkeys to get a double sided print using
SendKeys "%fp%r{TAB}{TAB}{+}~~", True
but I need to put in some tab lefts to specify the page numbers - anyone know how to state it in the above
thanx
sid

Posted by Robb on August 08, 2001 1:53 AM

Reverse tab is "+{TAB}"

Does that help?



Posted by sid on August 10, 2001 6:13 AM

Thanx Robb, works fine.

cheers