Rows and Columns
If I have a dynamic range of values, how can I get a macro that loops through
each row and inputs a symbol in the first populated cell of each row using
(i, j)
where i is the number of rows and j= number of columns.
Basically how do I translate the following sentence to VBA:
"In the first cell of each new row, write "symbol1"
|