Hi there, I have a table full of numbers. I want to delete all the
columns that do not have ANY numbers in the rows under the column. I
assume I could sum the column, and if the sum is 0, I know there are no
vaules in the column. I then could delete this column and move on to
the next column.
Anybody know the commands to sum the column, and proceed to the next
one (without knowing the name of the next column)?
I'd like to do this with code and not with a query.
-Victor
columns that do not have ANY numbers in the rows under the column. I
assume I could sum the column, and if the sum is 0, I know there are no
vaules in the column. I then could delete this column and move on to
the next column.
Anybody know the commands to sum the column, and proceed to the next
one (without knowing the name of the next column)?
I'd like to do this with code and not with a query.
-Victor
Comment