Sorry, I thought when you said "delete rows" in your OP you meant "clear the contents", but after seeing the actual format of your data from your attachment above, I realise that you actually meant "delete rows".
To do this for all worksheets, use the following code (I have started with your code from the previous post, altered the way in which rows are deleted, and added the worksheet loop):
I changed the way the entire row is deleted because it isn't necessary to select a cell/range to delete it, and your code will run faster if you don't select everything before operating on it -- you will notice that I made similar changes from your original code to get to the code that I pasted above...
I hope this helps
Bookmarks