Hello!
I've found some code online that I've altered to work with my product link however the product price isn't being pulled. The error returned is "Object variable or with block variable not set"
The msgbox should show 18.98
Sub GetProductPricing()
Dim ie As InternetExplorer
Dim...