The following code snippet is useful to insert data in a sheet to a table in a database
Requires the RunQuery and FindLastRow UDF. Also the "Set Catalog" was for a specific database. In SQL Server the "Use db" would be the statement to use. r = findlastrow(1)
|