Hi everyone,
I want to be able to send> the contents of the clipboard onto a website drop down box, but without pasting.
E.g:
Copy:cell A1 contents (which is a formula currently displaying 80000)
go to: website multidrop down box
send>80000 (not press CTRL & V as this doesnt work)
I can get the value only data out of excel ok, i just can get it to merge into the drop down box.
The true application:
Copying a value from a spreadsheet into the "max price" drop down box on rightmove.co.uk
Any help, much appreciated! this is driving me mad!
Send>contents of clipboard
Moderators: Dorian (MJT support), JRL
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
You need to use GetClipboard>
Copy the info from the cell, then do this:
Copy the info from the cell, then do this:
Code: Select all
GetClipboard>vCellValue
SetFocus>BrowserWindow*
MouseMove>DestinationField
Send>%vCellValue%
Press ENTER
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!