I am trying to make a summary by copying info from different worksheets into a summary worksheet. More specifically, I am trying to copy cell O3 and O4 from sheet3 into cell D3 and E3 in sheet1, respectively. Then I want to move on and copy cell O3 and O4 from sheet 4 into cell D4 and E4 in sheet1, respectively and so on through all my sheets.
I am completely new to macro coding so would really appreciate any help, thanks. I am assuming one would have to use a loop.
P.S the worksheets are named after companies (for example "DataGroup" not "Sheet3") will that affect the code?
.Select
to tighten it up, and learn how to work directly with the data. – BruceWayne