Quote Originally Posted by debauch
hmm .. I am able to easily import SQL info, but I cannot find where in Excel to choose to export data? Is there somewhere in the menu to do this? I do have the driver set up.
Actually, I was thinking of importing rather than exporting. But, try the "Save As" function and there are delimited files as an optional file type and you may be able import the delimited file into MySQL where this is a pretty typical procedure, "LOAD DATA INFILE ... FIELDS TERMINATED BY ..."

Sorry 'bout that.