View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul B Paul B is offline
external usenet poster
 
Posts: 709
Default Code to Follow Hyperlink to media player without a new window opening

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