Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You guys are GREAT. Thanks! This will get me started.
"kkknie" wrote in message ... In case you still want to use the sendkeys functions (I agree that controlling IE from excell is better), here's how I avoided the error: Sub TryIt() Dim ieAlphaTrade, ieAmeritrade As Double ieAlphaTrade = Shell("C:\Program Files\Internet Explorer\iexplore.exe", vbNormalFocus) On Error Resume Next Do Err.Clear AppActivate ieAlphaTrade, True Loop Until Err.Number = 0 End Sub K -- kkknie ------------------------------------------------------------------------ kkknie's Profile: http://www.excelforum.com/member.php...fo&userid=7543 View this thread: http://www.excelforum.com/showthread...hreadid=266344 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
communication with MS Project | Excel Programming | |||
communication | Excel Programming | |||
communication | Excel Programming | |||
communication | Excel Programming | |||
SendKeys command not focusing on the correct open program | Excel Programming |