Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to make a macro to pull an entire workbook from a website. The
website I wish to pull the data from I need to login to and then click 3 links none of which change the URL to get the workbook that I need to pull. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You want a macro not just to get the data, but to navigate
automatically to the proper place for it, right? I've written a few VBA programs to navigate the web, and it's surprisingly complex - not so complex that I didn't think it worth the effort, but not trivial either. Is the workbook to be downloaded entire, or is it in scattered data that you have to read and assemble? If you can walk me through the process of finding it myself, manually, I can figure out what it might take to get a VBA to do it automatically. --- "Chad Portman" wrote: Is it possible to make a macro to pull an entire workbook from a website. The website I wish to pull the data from I need to login to and then click 3 links none of which change the URL to get the workbook that I need to pull. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto pull 3 cells into 1 cell at different location? (Excel) | Excel Discussion (Misc queries) | |||
How to auto update currency exchange rates in EXCEL from website | Excel Programming | |||
inporting data from website where website address frequently chang | Excel Programming | |||
Script to Pull info from website into Excel | Excel Programming | |||
Making a auto website login script | Excel Programming |