View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
teepee[_4_] teepee[_4_] is offline
external usenet poster
 
Posts: 27
Default Need help referencing an embedded file in Excel


"Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message
...
This worked for me:

Sub PlayIt()
Dim Mfile As Object
Set Mfile = Worksheets("Results").OLEObjects("Object 6928")
Mfile.Verb
End Sub


Heh thanks for trying. it's appreciated.
That one opened it but as a completely separate file using my normal default
player- not with the embedded windows media player as I need it to. You see
the windows media player timer position is one of the inputs to the
spreadsheet 8-)

Oh well - back to the drawing board....