MACRO Exporting Data to Web Forms

mannyg

New Member
Joined
Feb 20, 2005
Messages
2
How can I accomplish exporting data from cells in my excel spreadsheet to loading fields in a web form? I definetely need to create a macro to perform this task. I have already created one to startup Internet Explorer and navigate to the desired hyperlink. However, once I am there. I want to populate the fields of the web form. I am inclined to think that it will require VBA programming or perhaps scripting. Any solutions or thoughts?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Sure it will need VBA and other tools as well.

Can you provide the URL to your page?

There are several ways to handle it. Sending HTTP requests directly to the server where the page originated (usually a better choice then using IE automation - See WinHttpRequest Object Reference on MSDN) or using the DOM (Document Object Model - See Dynamic HTML (DHTML) Object Model References at MSDN) with IE.

NOTE: You will need Win2k SP3> or WinXP SP1>

Below is a link to a book I created that gathers some data from overture.

Download example using the WinHttpRequest Object Model

Tom
 
Upvote 0
Unfortunately, access to the URL address requires a userid and password. However, I was able to print to pdf the source of the page I would like to populate with data. If that would be helpful, I could provide.
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,871
Members
449,055
Latest member
excelhelp12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top