ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Close Shell (https://www.excelbanter.com/excel-programming/391567-close-shell.html)

CanonChris

Close Shell
 
Can somebody tell me how to end a Windows MediaPlayer session in Excel VBA. I
have used the Shell code to open it.

Thank you in advance for your reaction.



urkec

Close Shell
 
"CanonChris" wrote:

Can somebody tell me how to end a Windows MediaPlayer session in Excel VBA. I
have used the Shell code to open it.

Thank you in advance for your reaction.



If you don't get a better answer try this. It uses Taskkill command to kill
the wmplayer.exe process.

Sub KillWMPlayer()

Shell """C:\Program Files\Windows Media Player\wmplayer.exe"" /prefetch:1",
vbNormalFocus
Application.Wait Now + TimeValue("0:00:05")
Shell "CMD /C TASKKILL /IM wmplayer.exe"

End Sub

HTH

--
urkec


All times are GMT +1. The time now is 05:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com