I have a working Ado "push" into a DB.

The dataset:
Workbooks("X.xls").Sheets("1").Columns("A:Z")
Trying to speed it up.
Looking for something like
Workbooks("X.xls").Sheets("1").Columns("A:B,X:Z")
trying to skip some columns. If I skip some columns-- should/may speed up upload.

maybe union of array????