Code to Follow Hyperlink to media player without a new window opening

P

Paul B

I am using this code to bring up windows media player to play some songs, is
there any way to NOT bring up a new window with the player in it, or to
minimize that window when it comes up, I have tried changing newwindow to
false but that does not work.

ActiveWorkbook.FollowHyperlink Address:=ActiveCell.Offset(0, 2).Value, _
NewWindow:=True


Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top