A
Alex.W
I use a message box in my macro that delivers a cell address. This aspect of
the macro work well. The following line I think is the problem:
ActiveCell.Offset(1, 0).Resize(1, 17).ClearContents
It clears the row below the one required. Is Offset the correct way to go?
AlexW
the macro work well. The following line I think is the problem:
ActiveCell.Offset(1, 0).Resize(1, 17).ClearContents
It clears the row below the one required. Is Offset the correct way to go?
AlexW