copying dynamic range & few multi cells from multiple sheets to summary sheet

ansvk1

Board Regular
Joined
Oct 6, 2017
Messages
82
Office Version
  1. 2019
  2. 2013
Platform
  1. Windows
Hi there,
i have recently realized how much fun & time saving it is to use VBA macro writing for reporting purposes. i am an operations analyst, and would like to automate all my reports :) (if i could).

I need help writing a macro to pull in info from multiple sheets with each #ed sheet's multi cells and a bunch of associated error findings cells into a new Summary sheet.

My spread sheet looks like this:
I have a report (175 sheets) with most sheets named as numbers (starting with 2,3,4....150-& could increase sometimes). each numbered sheet has bunch of applicable data on top, and few rows of variable count "findings" on the bottom (another bunch of data). not sure how to insert a pic here :confused:.

sheet 2, 3, 4,....150 or maybe more
data on top half of sheet
Column D Column H
loan # Loan type
borrowwer first name address
borrowwer Last name product name
Loan officer Loan term
processor interest rate
Closer
appraiser
application date

data on bottom half of this sheet

error level error code auditor comments responsible initial
3 1501 asdfasdfsafdas Jack agree
2 0123 dsfasdsdagd Joe disagree
4 1102 sadfasfadfsa Lee change of case
.
.
.
sometimes 3, 4,5,6,...20 dynamic rows count.

Here is what i would appreciate some help with:
I need to copy all the data on the bottom half, to sheet "Summary", already present (x rows, starting from 2nd row) and all these x rows needing to pull in only bits of same data on the top half pasted on each x row adjacent to bottom data pasted earlier.

Loan# Loanofficer processor Loantype Loanterm errorlevel errorcode auditorcomments responsible initial
. 3 1501 asdfasdf Jack agree
. 2 0123 sdsdagd Joe disagree
. 4 1102 sfadfsa Lee change of
.
.
.

thanks,
Krishna
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Dear experienced members,
kindly guide me on how to more clearly present my problem to get a quick and better answer from vba experts.

thanks for your hlep!
krishna
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,264
Members
452,627
Latest member
KitkatToby

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top