View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Abilio Abilio is offline
external usenet poster
 
Posts: 22
Default Calculating with macros

Hello all,


How do I create a macro procedure to make a calculation using this rows? the
number of columns will vary each time I use the macro:

R:R will be the column receiving the results.

R:R=((N:N/M:M)*H:H)*100

I appreciate the help