This is a fragment code write with VBA,How can I transform it to Au3 code,especially "TableRst!TABLE_NAME"。
DB.Open "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False; Data Source=" & FileName & ";Extended Properties='Excel 8.0;IMEX=1;HDR=no'"
Set TableRst = DB.OpenSchema(adSchemaTables, Array(Empty, Empty, Empty, "Table"))
TableRst.MoveFirst
While Not TableRst.EOF
Table = TableRst!TABLE_NAME