View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike C[_5_] Mike C[_5_] is offline
external usenet poster
 
Posts: 24
Default Possible to automate copying active cell in Excel, and pastingcontents into Search box of webpage

Is there code that could perform the following:

1. Copy the data that lies in the active cell
2. Go to an open window (in explorer or mozilla) of www.ebay.com (or
open an entirely new window of ebay.com, if that makes it easier)
3. Paste the data into the search box at www.ebay.com (which by
default is the active field when a new window of ebay is opened)
4. Hit "enter" at ebay to display the search results.

I am new to VBA and computer programming, but any suggestions or
guidance you can provide would be very much appreciated.