Inthe following command:

com2.CommandText = "SELECT dd...........??????? FROM [sheet1$A1:G15] dd."

I am trying to get a specific columns from dd, the problem is i do not know the name of the columns but I know the position, for instance I want to collect only the odd column from "dd", The pupose of this is I do not want to read all columns, I just want to get What I need....