Hello i'm accessing a column by its column letter and range notation(in my case column "D"). I need to include data from the column next to it. They are not ordered by the column letters, so I need to get what column index column "D" has, so i can access it by ColIndex("D")+1.
i thougt that the wks.col(D).index was the command i needed, but i always get a command error when calling that.