Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi All
In the "Control Toolbox" menu,I see it is possible to embed a mini Windows Media Player within an Excel worksheet (from the hammer and spanner, MORE CONTROLS). I have embedded the player but cannot get it to work. Can someone assist??? I believe the VBA code needs to be tailored specifically in order to achieve my goal. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I did the following to get the player to work:
1. Right-click on the player shape and select "Properties" menu item. 2. Click the ellipsis (...) in the "(Custom)" property. 3. Provide the movie file name and click OK. (You might want to clear the "auto start" checkbox). 4. Double-click on the shape to enter VBA editor. 5. Enter the following sub the --- Sub PlayVideo() WindowsMediaPlayer1.Controls.Play End Sub --- 6. Stay inside this sub and run it (press F5). 7. Your video should now start playing. All WMP controls are also active. I was able to activate it but I am not able to go back to previous state. - Chirag PowerShow - View multiple PowerPoint slide shows simultaneously http://officeone.mvps.org/powershow/powershow.html "MrPerkinsExcel" wrote in message ... Hi All In the "Control Toolbox" menu,I see it is possible to embed a mini Windows Media Player within an Excel worksheet (from the hammer and spanner, MORE CONTROLS). I have embedded the player but cannot get it to work. Can someone assist??? I believe the VBA code needs to be tailored specifically in order to achieve my goal. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I embed Flash into excel? | Excel Discussion (Misc queries) | |||
Can I embed swf in excel? | Excel Discussion (Misc queries) | |||
How do I embed a PDF file within Excel | Excel Discussion (Misc queries) | |||
Embed fonts in Excel | Excel Discussion (Misc queries) | |||
How do I embed fonts in excel? | Setting up and Configuration of Excel |