I can link the results of an existing table/view to an Excel spreadsheet (by choosing the table from the "Select Database and Table" window of the ODBC Wizard, however I'd like to execute a raw query instead.
I would like to generate a query (as a string) based on cell values. Then, the user could manually "refresh" the data table which would send the current string to Oracle and return the results.
Is there a way to link the results of raw query (DML) to an Excel spreadsheet?