Hello,
I am trying to write a procedure that would allow the user to navigate out to an excel spreadsheet and import it into the DB. The spreadsheet has a consistent format that matches the table that it will be imported into. What is the best way to do this.
In Excel, you can use the “Application.GetOpenFilename” function to navigate and select files.
Any suggestions will be appreciated.
Regards,