All Forums >> [Scripting] >> Post a VBScript >> Excel Spreadsheet Generator Script Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
This is a VBScript file that I wrote for a friend. My friend runs a karaoke business, and was using Word to make his karaoke books. He wanted something to easily grab all the songs in a certain directory and create a spreadsheet with Artist and Title columns, so he could easily alphabetize by either field and create two books. The script file asks the user to select a directory, reads each file in the directory that is of a valid format, and generates an Excel spreadsheet, placing the data in the first two columns. I did this in about 2 hours one night and he now uses it regularly. I figured I’d pass it along to anyone who was interested.