View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_130_] John[_130_] is offline
external usenet poster
 
Posts: 11
Default embedded WindowMediaPlayer keeps resizing

I have a windows media player object embedded in my worksheet.
However, it seems to change sizes (the window size) at random times.
I've tried setting the HEIGHT, LEFT, and WIDTH properties in code at
the PlayStateChange event, but that doesn't seem to do anything.

Anyone have any ideas? Thank you...