Results 1 to 2 of 2

Windows Media Player

Threaded View

  1. #1
    Registered User
    Join Date
    04-25-2013
    Location
    ny
    MS-Off Ver
    Excel 2007
    Posts
    2

    Windows Media Player

    Would someone explain why the following code creates a runtime error

    Private Sub CommandButton1_Click()
    Worksheets("Sheet2").Activate
    Dim wmp7 As WindowsMediaPlayer
    Set wmp7 = CreateObject("WMPlayer.OCX.7")
    End Sub
    The error is
    -----------
    Run-time error"-214467259(80004005)':
    Automation error
    Unspecified error

    I could add the WMP on a worksheet mannually.

    Thanks
    Last edited by Leith Ross; 04-28-2013 at 01:37 PM. Reason: Added Code Tags

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1