Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Sending strings to a webpage

Does anyone out there know how to take a string from excel, or a VBA
variable and insert it into a field on a web page? I am trying to log
into a web page automatically. I have even gone so far as to create my
own stupid web browser in VBA but am stumped as to how to do this.
Please help.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default Sending strings to a webpage


schreef in bericht
ups.com...
Does anyone out there know how to take a string from excel, or a VBA
variable and insert it into a field on a web page? I am trying to log
into a web page automatically. I have even gone so far as to create my
own stupid web browser in VBA but am stumped as to how to do this.
Please help.


You need to know the name of their login script, and also the names of the
form fields. Check out their HTML source code for that. Then in VBA, the
code will be something like this:

ActiveWorkbook.FollowHyperlink
("http://www.test.com/login.php?UserID=Me&UserPw=MyPassword&submit")

I guess you can check out the correct link in the address bar of your
browser when logging in.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
find and replace numeric strings in larger text strings Mr Molio Excel Worksheet Functions 8 November 9th 11 05:17 PM
How to find number of pairs of strings from list of strings? greg_overholt Excel Worksheet Functions 5 January 27th 06 10:42 PM
How can I count strings within strings Paul W Excel Worksheet Functions 4 June 14th 05 12:39 PM
Finding strings within strings Rod[_6_] Excel Programming 1 December 2nd 03 05:34 PM
Finding strings within strings Rod[_6_] Excel Programming 1 December 2nd 03 05:19 PM


All times are GMT +1. The time now is 10:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"