View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ram Ram is offline
external usenet poster
 
Posts: 138
Default Loop and fill Question

Hi,
I am looking for help on the following: I would like to know how to write a
macro that loops through a spreadsheet and determines the number of rows that
have data in columns A & B. After it knws how many rows have data, it will
than enter a formula in column C.

A B C
1 4
2 5
3 6

When I look through the posted questions and copy the information some
examples work for me others don't. I would really like to understand how this
code works.

Thanks again for all your help.

Ramone