I run reports from our reporting program. I paste the data into 'SHEET1" of the "Performance Summary.xlsm" file.
I then run a macro the performs 'Text to Columns' function. It then moves the data to the appropriate tabs.
This works as I need it to. But now I need to add onto the macro to copy/paste the data to other workbooks.
Here is the code for the current macro:
I have 2 workbooks attached.
If you open the "Performance Summary.xlsm" file you will see a separate tab for each company.
Name of the tabs:
Company One
Company Two
Company Three
Company Four
Company Five
Company Six
Company Seven
Company Eight
Each Company tab has the following headers:
CUSTOMER
DATE
TIMEFRAME
APPROVALS
APPROVALS IN 'STAND-IN'
DENIALS
APPROVAL
PERCENTAGE
I need the data in the 'APPROVALS' and 'DENIALS' columns only copied and then pasted into another workbook.
The workbook that I need the data pasted into is named "Trending & Alerting". There is a separate workbook named "Trending & Alerting" for each company name.
So the "Trending & Alerting" workbooks are named:
Company One Trending & Alerting.xlsm
Company Two Trending & Alerting.xlsm
Company Three Trending & Alerting.xlsm
Company Four Trending & Alerting.xlsm
Company Five Trending & Alerting.xlsm
Company Six Trending & Alerting.xlsm
Company Seven Trending & Alerting.xlsm
Company Eight Trending & Alerting.xlsm
Within the "Trending & Alerting" workbook, there is a tab for each month of the year(Jan., Feb, Mar. etc.)
If you open the "Performance Summary.xlsm" file and look at the Company One tab, I highlighted the text in "RED" to show what is need to be copied.
If you open the "Company One Trending & Alerting.xlsm" file and look at the April tab, I highlighted the text in "RED" to show what is need to be pasted.
Any help would greatly be appreciated.
Bookmarks