Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
i have the following. it basically puts the focus on the IE window. but im trying to take it a step further by simulating hitting the ENTER key in the IE window. i manually tested hitting ENTER in the IE window and it does what i want but for some reason it does not work programmatically... If lHwnd < 0 Then ShowWindow lHwnd, SW_SHOWNORMAL Dim XT As Long XT = BringWindowToTop(lHwnd) 'brings the IE window to top Windows.Application.SendKeys "{ENTER}" SendKeys "{ENTER}" thanks in advance, geebee |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
WYA Converts to WAY after pressing enter ket | Excel Discussion (Misc queries) | |||
Pressing Enter Key | Setting up and Configuration of Excel | |||
VBA to simulate the enter button? | Excel Programming | |||
simulate a enter key behaviour? | Excel Programming | |||
Cursor not to move when pressing the enter key | Excel Programming |