What would the equivalent to this be for the horizontal/colum?
v = Sheets("Sheet2").Range("A65536").End(xlUp).Row
I am guessing this but do not know how to check
v = Sheets("Sheet2").Range("zz1").End(xlRight).column
I am basically trying to figure out the how many columns there are. I tried what I guessed but it is wrong