Parsing multiple songs (Playlist) through to Windows Media player

Copper Contributor

Hi

 

I'm using Excel 2010 on Windows 365.

 

I'm parsing the full path and filename of an .MP3 through to Windows as per below, and it works fine.

 

ActiveSheet.OLEObjects.Add(Filename:=FullPathSongTitle, Link:=True).Select

 

I would, however, like to parse a play list through, and have done so using an array, but only the last song will play due to there not being a following song to overwrite it. (being the last song in the array obviously)

 

I am a self taught novice, and would greatly appreciate any assistance

Cheers

 

 

0 Replies