I'm needing to clear all contents (or delete entire row) from cells A52:C52 and downwards my problem is that depending on my data I don't know how many rows actually have data in them to delete - and i don't want to crash my computer which has happened when i just did every cell til the end. any ideas?
The other issue I'm having is that I want to format rows- e.g. autofit, and interior colour them - but I want to do this until three is no more data. e.g. if data ends at cell C1 i want the A1:C1 to be yellow and autofit, but when the data set is longer I want to do it for the longer data. i need to do this in vba though.
The other issue I'm having is that I want to format rows- e.g. autofit, and interior colour them - but I want to do this until three is no more data. e.g. if data ends at cell C1 i want the A1:C1 to be yellow and autofit, but when the data set is longer I want to do it for the longer data. i need to do this in vba though.