sub createTable()
Columns(1).ClearContents
Dim tableCount As Integer
Dim fieldCount As Integer
Dim fields As String
Dim eachFieldCount As Integer
Dim dt As String
Dim f As String
dt = Format(Now, "YYYYMMDDHHMMSS")
f = ThisWorkbook.Path & "/createTable" & dt & ".txt"
Open f For Output As #1
tableCount = Int(Sheet4.Cells(1, 2))
fieldCount = Int(Sheet4.Cells
用excel生成建表语句
最新推荐文章于 2025-03-12 17:53:53 发布