Hello All,
I am wondering how to get window media player time duration vba? I am able to get the file open using the following code:
Private Sub CommandButton1_Click()
filetoplay = """C:\Users\..."""
Shell ("C:\Program Files\Windows Media Player\wmplayer /play /close " &...