Hello Folks,
This may be a quick one but my strengths are not in VBA
[/URL][/IMG]
I have a Source sheet that is linked to 1000s of formula and the whole thing is running horrifically slow.
I need a way to eliminate unnecessary rows from the source data in a fully automated way.
Luckily the desirable rows start with a 1 in column A and the undesirable rows have a 0 in Column A.
Does anyone know of some VBA code that could look down Column A for "0"s and remove the whole row.
Note - Im aware i can filter the data in Column A for "1" but the goal is to cut down on the source data (71% Reduction).
Also i know I could filter for "0" and select and delete rows but i won't be using the end spreadsheet and it needs to be as automated as possible.
Thanks for taking the time to look at this and any help is appreciated.
Richard
This may be a quick one but my strengths are not in VBA
I have a Source sheet that is linked to 1000s of formula and the whole thing is running horrifically slow.
I need a way to eliminate unnecessary rows from the source data in a fully automated way.
Luckily the desirable rows start with a 1 in column A and the undesirable rows have a 0 in Column A.
Does anyone know of some VBA code that could look down Column A for "0"s and remove the whole row.
Note - Im aware i can filter the data in Column A for "1" but the goal is to cut down on the source data (71% Reduction).
Also i know I could filter for "0" and select and delete rows but i won't be using the end spreadsheet and it needs to be as automated as possible.
Thanks for taking the time to look at this and any help is appreciated.
Richard