Hi
I need help writing a bit of VBA code as I'm not really too familiar with it all.
I created the following to import a spreadsheet according to the values on a form and it works OK
Private Sub Command12_Click()
Dim InputDir, ImportFile, ImportExtension As String
InputDir = Forms![Input...