Totals From Another Worksheet

  • Thread starter Thread starter DNA
  • Start date Start date
D

DNA

I want to have a worksheet for data entry, but add and display the totals
on another worksheet.

How?
 
macro to
sheets("destination").range("a2:b6").value=sheets("source").range("a2:b6").v
alue
or in destination
source!a2
 

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