I have to convert an excel file into a *.cvs (comma value separated) or *.tvs (tab value separated) file. Essentially I just want to open the excel file, run through each row converting each row into a line in the destination file separted appropriately (, or \t). I have everything done except for of course opening the excel file and going through it. If someone could give me some tips on how this could be done it would be most helpful as this is my very first VB app I have ever done.
Thanks,
-bitwise
Thanks,
-bitwise