Hi.
Can someone help me with my two problems?
I have a list of part numbers in column A - Id like to make a macro in range A using it the internet explorer will be opened. So im using the "draft" before double click. Now I am in the IE where I want to be. Its simple site with search box and button + some options for searching.
1st problem: I need to copy the value of the cell during doubleclick even - then, when the IE opens, I can paste part number into search box. when I make cell.value.copy or put in clipboard, it doesnt work - maybe because it activate the cell after doubleclick event. So Id like to have the value of the cell in clipboard, when IE window opens.
2nd problem: Automatically insert this value into searchbox - like the url was google - so insert in box and search. So I need to know how to find searchbox and search button in source html code, then join it with excel eg: Searchbox= myrange.value or paste or sendkeys ^c...
Hope I described it understandable.
Thanks in advance
Bookmarks