J
Jeffrey
In a worksheet I have a range encompassing approximately
20,000 rows and 100 columns. I need a way to delete all
rows having a particular value in column A. In my
application a user will determine this particular value
using a combo box on a form. The combo box row source is
column A. As a result of doing some on-line research I
have found a few solutions, but they all seem to involve
looping through all of the rows in the specified range.
Isn't there a better way using a filter or some kind of
database function?
Thanks.
20,000 rows and 100 columns. I need a way to delete all
rows having a particular value in column A. In my
application a user will determine this particular value
using a combo box on a form. The combo box row source is
column A. As a result of doing some on-line research I
have found a few solutions, but they all seem to involve
looping through all of the rows in the specified range.
Isn't there a better way using a filter or some kind of
database function?
Thanks.