View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
green78 green78 is offline
external usenet poster
 
Posts: 1
Default Copy information from Excel into Web form

Hi, I'm new to this forum, so I hope I get things right. I think it is
great forum by the way.

Windows 2000 / Excel 2000 / Internet Explorer 6

What I'm trying to do is the following: Let's say we have data in cell
A1, A2 and A3. If you open (for example) Google's advanced Searc
page:

http://www.google.com/advanced_search?hl=en


I want to take the information from cells A1-A3 and distribute it t
the fields in the web page in the simplest order:

*Field ("with the exact phrase")* = A1
*Field ("with at least one of the words")* = A2
*Field ("without the words")* = A3

My question is: Is this possible to happen in a "copy-paste" singl
click manner?

In other words you have to press button "TAB" to move to the nex
web-field. If it was "ENTER" then the task is easy (just copy the arra
and paste it in the first field), but how to tell the web-browser t
move to the next field when you need to press "TAB"?

Thank you in advance

--
Message posted from http://www.ExcelForum.com