I Have Embedded Windows Media Player In An EXcel Sheet Through Developer,Insert,Active Controls Tabs
However I am not able to activate the same.
Can any body help
Regards
D S Rama Rao
You need to use VBA
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
Dear Sir,
CAn you help me in developing VB Code
Regards
D S Rama Rao
try this..
Option Explicit Public Sub Assign_WMP() Sheet1.WindowsMediaPlayer1.URL = “C: myFile.wma” Do While Sheet1.WindowsMediaPlayer1.openState <> 13 DoEvents Loop Sheet1.WindowsMediaPlayer1.Controls.Play End Sub Public Sub Play() Sheet1.WindowsMediaPlayer1.Controls.Play End Sub
Thanks for the help.However with the code furnished by you Windows media Player is activated.Now help me in making it play the song i want.
Regards
D S Rama Rao
I have solved the problem my self
thanks
D s Rama Rao
Your post does not comply with Rule 9 of our Forum RULES. If you solve a problem yourself before anyone else has responded, please take a moment to describe your solution, chances are some other member will benefit. And please never edit a thread in which someone else has responded.
How to mark a thread Solved
Go to the first post
Click edit
Click Go Advanced
Just below the word Title you will see a dropdown with the word No prefix.
Change to Solved
Click Save
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks