I have the following code that will not work
Dim StrUrl As String
StrUrl = http://www.racingpost.co.uk/horses/trainer_form.sd?trainer_id=17740
Call Shell("explorer.exe " & StrUrl, vbMaximisedFocus)
The following does work
Dim StrUrl As String
StrUrl = http://www.racingpost.co.uk/
Call...