Hi all
I will like to change the Database and File name to be variable on the below code
Thanks in advance.
Sub ImportCSVFile()
DeleteTable
'Browse for Folder
Dim selectedFolder
With Application.FileDialog(msoFileDialogFolderPicker)
.Show
selectedFolder =...