I have a working Ado "push" into a DB.
The dataset:Trying to speed it up.![]()
Workbooks("X.xls").Sheets("1").Columns("A:Z")
Looking for something like
trying to skip some columns. If I skip some columns-- should/may speed up upload.![]()
Workbooks("X.xls").Sheets("1").Columns("A:B,X:Z")
maybe union of array????
Bookmarks