mattygriff
Programmer
Probably a simple solution to this one but I can't for the life of me work out what the problem is. Here's my code.....
When I try and run this code I get a "Run-time error '1004': Select method of Range class failed" dialog.
So whose first up to make me look stupid?
Code:
Sheet18.Unprotect
Sheet18.Range("A8:E9").Select
Selection.EntireRow.Delete
Sheet18.Protect
When I try and run this code I get a "Run-time error '1004': Select method of Range class failed" dialog.
So whose first up to make me look stupid?