Hi folks

I have a list of product page URLs from a website, stored in Column A
Example page: http://www.crazyprofit.co.uk/High_Qu...1408140916.htm

In columns B-D I would like to scrape the following data
B: Product Name (Heavy Duty Samsung Cables-7255 on example page)
C: Price (£3.29 on example page)
D: Optional added shipping charge (£1.50 on example page once selected from drop down menu)

I know there's a way to get the data that I require in columns B & C, using VBA, I'm clueless at writing functions though

Any help would be greatly appreciated!