Run-time error '1004' Method 'Range' of object '_Global' failed
I am getting above error as soon as I execute below sequence. My objective here is to delete content of all cells falling in range of current cell till C200.
Posit2.Select
Sheets("Sheet1").Cells(53, 1).Value = ActiveCell.Address ' $C$52 is output
Range(ActiveCell.Address, c200).ClearContents