Given this simple code
Code:
Application.EnableEvents = False
wsMon.Activate
wsMon.Range("C2:L2").ClearContents
Application.EnableEvents = True
what in the world could cause a runtime error 1004- ClearContents method of Range class failed?