I wanted to integrate a video file (embedded as a Media Player object in a worksheet) together with other graphic results - all displayed in a loop .
I have activated the video file using VB command :
Worksheet.("Msg1").shapes("object13").OLEFormat.activate
It worked fine and the Video was displayed correctly. After finishing displaying , the Media Player did not quit , but rather stayed open on the foreground.
All my efforts to kill or deactivate this application were not successful.
Can you advice how it can be done? - Lazi
I have activated the video file using VB command :
Worksheet.("Msg1").shapes("object13").OLEFormat.activate
It worked fine and the Video was displayed correctly. After finishing displaying , the Media Player did not quit , but rather stayed open on the foreground.
All my efforts to kill or deactivate this application were not successful.
Can you advice how it can be done? - Lazi