View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Randy Harmelink Randy  Harmelink is offline
external usenet poster
 
Posts: 122
Default Import data from a secure website to Excel

My add-in doesn't interact with the IE object. It retrieves the HTML
source code for a given URL and extracts data from the source code.
In order to use my add-in, you need to have a fully qualified URL that
would get you to a web page that contains the data you want, AND it
would need to be able to be retrieved using the XMLHTTP method.

On Oct 10, 2:06 pm, Matheus wrote:
Does your add-in have the capabilty to do this? I've tried and couldn't get
it to retrive the data I wanted.