I currently run a SQL query on an adodb recordset and return the data to an excel spreadsheet.
What I would like to know is how I could enable the user to enter parameters into one of the excel worksheets and then suck this information into my adodb query?
Writing the code to handle the action events is no problem but I haven't got a clue how to get the data from excel into the SELECT statement before opening the ADODB connection.
Any ideas?
What I would like to know is how I could enable the user to enter parameters into one of the excel worksheets and then suck this information into my adodb query?
Writing the code to handle the action events is no problem but I haven't got a clue how to get the data from excel into the SELECT statement before opening the ADODB connection.
Any ideas?