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
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