I need to find the column after a merged range but I cannot find the right command.
I thought this would work:
but it is giving me 1 when it should be give me 5 as J through N are merged on row 65.
I thought this would work:
Code:
Cells(RowFnd, y).Columns.Count
but it is giving me 1 when it should be give me 5 as J through N are merged on row 65.