View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
M&M[_2_] M&M[_2_] is offline
external usenet poster
 
Posts: 33
Default 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"