sub show()
dim Newsite as object
Set NewSite = CreateObject("InternetExplorer.application")
NewSite.Visible = True
NewSite.Navigate "http://yoururl.co.uk/
workbooks.open("Your filepath")
end sub
Thanks for that.
As the macro ran prompts came up with open or save I like to bypass this by just saying open and enable macros how Do I do that???