I'm trying to open an hyperlink, which is in fact an online streaming station, with a macro in Excel, like:
But the page opens in full screen format and I want it to open minimized with the focus on the Excel sheet or hidden.
Can you help me?
Thanks.
Code:
Sub MyMacro() ActiveWorkbook.FollowHyperlink Address:="http://www.lmradio.net/streaming.html" End Sub
Can you help me?
Thanks.
Comment