Private Sub cmdImport_Click()
Dim objConn As ADODB.Connection
Dim intFileNumber As Integer '檔案編號變數
Dim intPostition As Integer '位置變數
Dim lngCount As Long '計數變數
Dim strConnection As String '連結變數
Dim strDelimiter As String '分隔符號變數
Dim strSQL As String 'SQL 字串變數
Dim strTextLine As String '文字列變數