View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Natalie Natalie is offline
external usenet poster
 
Posts: 44
Default Playing audio, but not from the start

I want to create a VBA macro in Excel which will play an audio file that is
hyperlinked from the cell next to the selected cell, but it is not to start
playing from the beginning of the file. The start time is to be taken from
the active cell. I want to know if it is possible to do this, and if so, how.

Thanks