Sendkeys

K

Kevin

I am trying to use sendkeys to change the properties on a
printer. It work OK right up to where I need to change
tabs on the properties page. I think the code should be:
Sendkeys "^TAB", true. It don't work. Any ideas?

Thanks
 
K

Ken Macksey

Kevin said:
I am trying to use sendkeys to change the properties on a
printer. It work OK right up to where I need to change
tabs on the properties page. I think the code should be:
Sendkeys "^TAB", true. It don't work. Any ideas?

Thanks

Hi

Try

^{tab}

HTH

Ken
 
Top