V Villalobos Active Member May 3, 2014 #1 Hello, I would like to add a video (in a pop-up window) to my report. Is there any kind of way to do this?
Hello, I would like to add a video (in a pop-up window) to my report. Is there any kind of way to do this?
Deepak Excel Ninja May 3, 2014 #2 You might interested to read this & let us know if it helped. http://www.onlinepclearning.com/embed-a-video-in-microsoft-excel/ http://social.technet.microsoft.com...bed-video-in-an-excel-spreadsheet?forum=excel http://excel.tips.net/T006861_Inserting_Video_into_Worksheets.html
You might interested to read this & let us know if it helped. http://www.onlinepclearning.com/embed-a-video-in-microsoft-excel/ http://social.technet.microsoft.com...bed-video-in-an-excel-spreadsheet?forum=excel http://excel.tips.net/T006861_Inserting_Video_into_Worksheets.html
V Villalobos Active Member May 3, 2014 #3 Hi Deepak, Thanks for the ideas, they were useful for me. I have found another way also, so I just want to share it (linked with windows media player) with the community: Code: Dim WMP As Object Set WMP = CreateObject("new:{6BF52A52-394A-11d3-B153-00C04F79FAA6}") WMP.OpenPlayer "C:\...\...\...\...\video.avi"
Hi Deepak, Thanks for the ideas, they were useful for me. I have found another way also, so I just want to share it (linked with windows media player) with the community: Code: Dim WMP As Object Set WMP = CreateObject("new:{6BF52A52-394A-11d3-B153-00C04F79FAA6}") WMP.OpenPlayer "C:\...\...\...\...\video.avi"