-
Downloading a file from the internet with VBA
Hello,
I am trying to download a file using VBA. By now I've managed to open a browser and click on the button which causes the Open / Save / Cancel box to appear.
At this point, I attempt to do the following:
Dim EnterKey, LeftKey As String
EnterKey = "~"
LeftKey = "{LEFT}"
Application.SendKeys LeftKey, False
Application.SendKeys LeftKey, False
Application.SendKeys EnterKey, False
However once the download box appears nothing happens...
Can anyone help me with this?
Thanks!
Similar Threads
-
By JavaHead08 in forum Java
Replies: 0
Last Post: 05-05-2008, 05:18 PM
-
Replies: 4
Last Post: 03-28-2008, 07:15 AM
-
By Yuri in forum VB Classic
Replies: 12
Last Post: 05-18-2001, 04:05 AM
-
Replies: 3
Last Post: 05-31-2000, 10:30 AM
-
By Troy W in forum VB Classic
Replies: 0
Last Post: 03-21-2000, 02:25 PM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|