Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Code is simple... and there is no error in code (that VBA discerns) but the
sendkeys commands do not move the cursor in the new IE window and doesn't send the active cell value either. Any thoughts? Dim ie As Object Set ie = CreateObject("InternetExplorer.Application") With ie .Visible = True .navigate "http://whatever.com" .resizable = True End With 'App.Activate "Microsoft Internet Explorer" SendKeys "{TAB}" SendKeys ActiveCell.Value SendKeys "~" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Excel, why does my VB not work when launched from IE ? | Excel Programming | |||
converting ppt to pdf launched from xls | Excel Programming | |||
converting ppt to pdf launched from xls | Excel Programming | |||
How do I determine how excel was launched | Excel Programming | |||
Can you tell how Excel is launched? | Excel Programming |