在Excel电子表格中显示视频

时间:2014-12-01 00:38:55

标签: excel vba excel-vba

在Excel电子表格中使用VBA显示视频的最佳方式是什么?我目前认为最好的方法是在UserForm中使用Windows Media Player,但似乎有一种更简单的方法。任何帮助将不胜感激!

1 个答案:

答案 0 :(得分:0)

据我所知,我们无法直接将视频文件嵌入到Excel工作簿中。以下是实现目标的一些解决方法:

方法c。

将视频转换为SWF格式

Insert a Shockwave Flash Object control object from Developer > Controls > Insert > More Controls

Right click on it, and choose Properties, put the path to the SWF file in the Movie property and press Enter

Double click the EmbedMovie property to change its value as True

Click Design Mode button to exit design mode.

Save the workbook and share it.

方法d。

将视频嵌入PowerPoint演示文稿

Insert the presentaion in the workbook

Save the workbook and share it.

Max Meng 2012年4月27日