Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
DW DW is offline
external usenet poster
 
Posts: 26
Default Trouble with SENDKEYS?

Under XL 2003, I created a macro to open and navigate thru a web page using
ie6. Now, under XL 2007 (Standard), part of the macro works but the
inserting of data into fields does not. Any suggestions?

Set ie = CreateObject("InternetExplorer.Application")
With ie
.Visible = True
.navigate "http://www.smcorp.com"
.resizable = True
End With
Application.Wait (Now + TimeValue("0:00:05"))
SendKeys "MY DATA"
SendKeys "{TAB}"

Don


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SendKeys ankur Excel Programming 5 December 31st 06 12:15 AM
SendKeys Trouble MTechG Excel Programming 1 July 25th 06 09:30 PM
SendKeys [email protected] Excel Programming 1 July 25th 05 06:05 PM
Trouble with SendKeys Yo Excel Programming 0 January 23rd 04 09:20 PM
SendKeys Ron de Bruin Excel Programming 3 August 25th 03 10:21 PM


All times are GMT +1. The time now is 08:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"