Can somebody please check this code out and let me know what's wrong with the "Range" selection. When I run the below listed code, it errors out.
I have check throughout the net and I still can't figure out the problem. Thanks in advance for your HELP.![]()
Worksheets("RDH1").Activate Sheets("RDH1").Unprotect "xyz" eRow = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Offset(1, 0).Row Range(Cells(9, 1), Cells(eRow, 28)).Select Selection.ClearContents Sheets("RDH1").Protect "xyz"
Bookmarks