Ive done database programming but very little in excel and maybe someone here an help me out. I have an excel spreadsheet that has say 10 fields in it per row and 15,000+ rows. I would like to export each row into its own text file and have each text file use the first field as the name for the text file . In the long run i want to convert these txt files into html files. Prior to exporting the excel data to text files i plan on inserting columns for example like this part, !, size, !2 , description, 3 then i can do a mass replace of if = ! then insert 'some html' blah blah and ill have all of my items in html pages and my php script can then search for items by page name. Any ideas or suggestions?