Hi,
I modified a code snippet from the internet to work for my needs, but the code keeps giving errors.
The code is this:
Option Explicit
Private Sub Berekenen_Click()
Dim IE As Object
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.Navigate...