Hey all,

I'm updating my current program to Excel 2007, which was not a big deal, except for the fact that my program must be able to save .DBF files (It's hard to believe MS cut support for .DBF, which is still the most used file in mapping/GIS programs).

I can open the .DBF file just fine, but saving it obviously doesn't work (Release notes from MS say support for saving .DBF has been removed). Anyway, what would be the easiest, most automatic (ie. the user doesn't have to open Access or some other program) way to accomplish this .DBF save. Would exporting to Access and saving to there (which still supports .DBF) be the easiest? Or perhaps writing some outside driver which converts the file?

Thanks much