Switch Focus within vba

C

Chris Watts

Having used the FollowHyperlink method to open an html document, from within
an Excel vba macro, the focus moves to Intenet Explorer. How can I return
the focus from the html document to the Excel spreadsheet from within the
vba macro?

The code that I am using for the hyperlink is:

ActiveWorkbook.FollowHyperlink Address:="Parish Lists.htm", NewWindow:=True

TIA
Chris
 
Top