Help! URL Check

fatan07

New Member
Joined
Nov 22, 2015
Messages
1
Hello,

It is possible that I wanted Macro to check my URL's list in sheet1 to:

1. Scan the website for my keywords list
2. If "0" stock, put text "not available"
3. If product is found, put text "available"
4. The result show in sheet2
5. Repeat until all the URL in the sheet1 are checked


For example:
I have data in sheet1 like this:

[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]Keywords[/TD]
[TD="align: center"]Link[/TD]
[/TR]
[TR]
[TD]acer liquid z630s[/TD]
[TD]http://item.blanja.com/items/search?searchType=Product&keyWords=acer%20liquid%20z630s&sc=0[/TD]
[/TR]
[TR]
[TD]acer liquid jade primo[/TD]
[TD]http://item.blanja.com/items/search?searchType=Product&keyWords=acer%20liquid%20jade%20primo&sc=0[/TD]
[/TR]
</tbody>[/TABLE]










I wanted result in sheet2 like this:

[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]Keywords[/TD]
[TD="align: center"]Stock[/TD]
[/TR]
[TR]
[TD]acer liquid z630s[/TD]
[TD]Available[/TD]
[/TR]
[TR]
[TD]acer liquid jade primo[/TD]
[TD]Not Available[/TD]
[/TR]
</tbody>[/TABLE]








Thank You Guys!
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.

Forum statistics

Threads
1,223,236
Messages
6,170,912
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top