I want to write a macro which will select a particular column.
If I have Jan - Dec in row 1, and I want to find the column which has, say, Oct. I can write the macro to do that, but I don't know how to select Col J, which is the Col with Oct in it.
Simply put, this is what I want to do.
Target Month = sheet 1, cell A1
Select Sheet 2, A1. If = Target month then Select A:A, copy/paste special/values, then end sub, if <> target month, move 1 col to right.
Can someone help?
Bookmarks