Good evening,
Following a suggestion on another thread, i've been using vba with ie document to parse javascript form results
Dim IE As InternetExplorer
Sub Update_Price()
Application.ScreenUpdating = False
Set IE = New InternetExplorer
Set rng = ActiveCell...