How to use the CountSum funtion of worksheet in Macros

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to count the sumn of values present in a column or row using Excel
macros.
 
Hi:

there is no need to use a macro in this situation just use the following:

=sum(a:a) if the whole column or

=sum(a1:a20) if a range.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top