i would like to write a VB for loop that just takes the top row column headers and puts them into the first column. for example
Before
name = A1 address = B1 Number = C1
After
name = A1 address = A2 Number = A3
but the loop much go the entire top row or until it sees no more data
Before
name = A1 address = B1 Number = C1
After
name = A1 address = A2 Number = A3
but the loop much go the entire top row or until it sees no more data