Jul 13 2021 04:55 AM
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