View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
L.K. L.K. is offline
external usenet poster
 
Posts: 12
Default How to summarize two sheets in the third sheet

Dear All,

I have three sheets (sheet1, sheet2, sheet3)

I want to write macro which will do following:
I will select some cells in the "sheet1" and in each cell of the selection
write sum of the same coordinate cells from sheet2 and sheet3.

Thank you for your help.
Lado