Just an after thought type comment about your code. You might want to
consider changing the + r.row to just + 1. You have r set to UsedRange which
could be many rows, however, it seems that r.row only gives you a value of 1
anyhow. It would not change the results, but it would make more sense.
"Don Guillett" wrote:
If you "cleared" instead of deleting, delete and then SAVE. Try it.
--
Don Guillett
SalesAid Software
"DeanT" wrote in message
...
Is there a macro command to rest the worksheet region/range after deleting
several rows.
After I delete and then go to last cell or current region, it still shows
the area before the delete.
Thanks for your help.