How would I grab a table column using a number rather than using the name of the column. I have a table with x number of columns and y number of rows. I would like to get the first column and put it into a variant. I would like to loop through and do this for all of the columns. I don't know how many columns there are or their names. Does anybody know how to do this?