Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to build a program in Excel that runs a decryption program that's
on about 70 CD's we receive each month. the user has to put the cd in the tray , run the decryption exe file on the disk and enter the password and destination folder. there's just one problem. The destination field is not in the tab sequence. You have to actually click the field to enter the destination folder. Is there someway to automate this? CloseDefaultDiscTray Shell """D:\CompanyName""", vbMaximizedFocus SendKeys "+{TAB}", True ' can't shift tab into destination field...not in tab sequence.!!!!!! SendKeys "C:\Documents and Settings\brogers\Desktop\DecryptionTest" SendKeys "{TAB}" SendKeys "Password", True SendKeys "{Enter}" -- Billy Rogers Dallas,TX Currently Using SQL Server 2000, Office 2000 and Office 2003 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SendKeys | Excel Programming | |||
Sendkeys alternative to help with XL Extras - Jim Cone | Excel Programming | |||
Sendkeys alternative to help with XL Extras - Jim Cone | Excel Programming | |||
SendKeys Help | Excel Programming | |||
Alternative to SendKeys | Excel Programming |