I hope you can help I have the below piece of code and I am getting runtime error 13 on this line
If Sheets("Input").Range("A11:C100").Value = "" Then
What I am trying to achieve is to not let a user save the Excel workbook without populating the cells in the range ("A11:C100") The code works...