Hi all,
I've been working on this all day trying various solutions I've found online here and for whatever reasons, probably user error, I'm just not able to get them to run correctly. Mostly no errors, just not performing the VBA.
I have at least 500 rows of data. Usually anywhere from 500 - 3000 rows at any given time.
In column "AI", I have either a value of " 0 " or " 1 ". I would like all rows that have a " 0 " in column "AI" to be hidden. Once all rows are hidden, then delete all hidden rows.
If this is of any impact, it's doing this in a table.
The table is refreshed, then rows hidden, and then hidden rows deleted. That's the entire macro I'm trying to create if possible.
All help would be greatly appreciated, thank you!
I've been working on this all day trying various solutions I've found online here and for whatever reasons, probably user error, I'm just not able to get them to run correctly. Mostly no errors, just not performing the VBA.
I have at least 500 rows of data. Usually anywhere from 500 - 3000 rows at any given time.
In column "AI", I have either a value of " 0 " or " 1 ". I would like all rows that have a " 0 " in column "AI" to be hidden. Once all rows are hidden, then delete all hidden rows.
If this is of any impact, it's doing this in a table.
The table is refreshed, then rows hidden, and then hidden rows deleted. That's the entire macro I'm trying to create if possible.
All help would be greatly appreciated, thank you!