PC Review


Reply
Thread Tools Rate Thread

Copying from internet explorer

 
 
ajbarilla@gmail.com
Guest
Posts: n/a
 
      8th Aug 2007
I am having problems copying information from a website via vba code
in excel. Its a secured site and I can enter the username/password
without error. The data that needs to be copied is on a popup window
that is opened once the correct button is selected. I can get the
popup to appear, but when I do a select all, it selects data from the
original window not the popup. Is there a way that I can select the
data from the popup window not the original. Thanks for your help.
The code that I use to create the original internet explorer window:


Set ie = CreateObject("internetexplorer.application")
With ie
ie.Visible = True
.Navigate "https://website"
Do Until Not .busy
DoEvents
Loop

 
Reply With Quote
 
 
 
 
Dallman Ross
Guest
Posts: n/a
 
      9th Aug 2007
I think maybe what you want is to set up a WebQuery instead.

=dman=

=====================
In <(E-Mail Removed)>,
(E-Mail Removed) spake thusly:

> I am having problems copying information from a website via vba code
> in excel. Its a secured site and I can enter the username/password
> without error. The data that needs to be copied is on a popup window
> that is opened once the correct button is selected. I can get the
> popup to appear, but when I do a select all, it selects data from the
> original window not the popup. Is there a way that I can select the
> data from the popup window not the original. Thanks for your help.
> The code that I use to create the original internet explorer window:
>
>
> Set ie = CreateObject("internetexplorer.application")
> With ie
> ie.Visible = True
> .Navigate "https://website"
> Do Until Not .busy
> DoEvents
> Loop
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet explorer and windows explorer lock up when Internet explorer menu bar is used David D. Pettyjohn Windows XP Help 1 16th Dec 2007 05:14 AM
IE 6.0 Unable to Download files - Attempting to When you attempt to download a file from a Web site, the Copying dialog box may appear ... Internet Explorer Window Closes When You Click a Download Link . Robert Cox Windows XP Internet Explorer 6 5th Sep 2007 09:08 PM
Internet Explorer 7.0 - Copying files to CD-RW =?Utf-8?B?Z2Vycnlj?= Windows XP Help 2 13th Feb 2007 12:56 AM
The user blank, has decided to allow the Internet Explorer Web Browser () to be added to Internet Explorer Nocturnal Spyware Discussion 1 1st Oct 2005 08:50 AM
Links and copying text no longer work in Internet Explorer John S. Parker Windows XP Internet Explorer 0 4th Dec 2003 09:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:30 AM.