Hi guys, for one of my spreadsheets i wanted the vba to check if a cell was blank in the first column of my table, and if so to delete it.
this is the code which i usually use
but when i run it, i get an error saying delete method of range class failed.
any idea what it is and how i can overcome this?
thanks
this is the code which i usually use
Code:
Range("IRA[CIO]")..SpecialCells(xlBlanks).EntireRow.Delete
but when i run it, i get an error saying delete method of range class failed.
any idea what it is and how i can overcome this?
thanks