V
Valeria
Dear experts,
I have a problem with the "range" Object.
I would like to find out the extent of merged cells with the following:
Do
a = a + 1
Loop Until Range(Worksheets("ASN").Cells(k + a, 2)).MergeCells = False
But I get an error: "Method "Range" of object "_Global" failed"
What does this mean? Where is the problem?
Many thanks in advance for your help.
Kind regards,
Valeria
I have a problem with the "range" Object.
I would like to find out the extent of merged cells with the following:
Do
a = a + 1
Loop Until Range(Worksheets("ASN").Cells(k + a, 2)).MergeCells = False
But I get an error: "Method "Range" of object "_Global" failed"
What does this mean? Where is the problem?
Many thanks in advance for your help.
Kind regards,
Valeria