L
Lacy
I'm using the visual basic editor with a macro. Using
several loops I am counting data based on several criteria
that is listed in columns. I want to look at each cell in
the column, but I don't know how many rows of data there
will be. This is the loop I'm trying to use:
For i = Worksheets("Sheet1").Range("J3") To
ActiveCell.Value <> ""
The data is being imported into excel and I don't want the
user to have to click on the last cell of the column since
I'm doing this in several columns. So activecell won't
work.
Thanks,
Lacy
several loops I am counting data based on several criteria
that is listed in columns. I want to look at each cell in
the column, but I don't know how many rows of data there
will be. This is the loop I'm trying to use:
For i = Worksheets("Sheet1").Range("J3") To
ActiveCell.Value <> ""
The data is being imported into excel and I don't want the
user to have to click on the last cell of the column since
I'm doing this in several columns. So activecell won't
work.
Thanks,
Lacy