Hi all,
New to this board, and hoping to get some good advice.
My team conducts a lot of data pulls to create reports, and they are all very time consuming. I'm trying to better educate myself in becoming more efficient in excel. One of the reports we do, is a Reconciliation between two systems.
This consists or 3 separate workbooks ( CMF Database, CMS Database, Master Workbook).
Folder Location is: K:\Technologies\DOT\Reports\Tracking & Status Sheets\CMS_DB Reconcile
Within the Master Workbook A-H, K, O, R, U, X - are all copy and pasted data from CMF Database workbook. Columns I, L, P, S, V, Y - are all vlookups to pull in data from CMS Database Workbook. Columns J, M, Q, T, V, Z - are the deltas ( if Columns H & I are the same = True, if they are different = False w/ color code).
Could someone help me out with the C&P part of this code, and then I will worry about the Vlookups at another time.
All three of the workbooks are named the same, have default formats, and are saved in the same location each time.
Is there a VBA Code or Macro that could be created, so when workbook 1 and workbook 2 are created and saved in the location with the Master Recon Template. Could I open the Master Recon Template and execute the code to complete the Reconciliation instead of doing the manual manipulation?
Thank you in advance for any advice or information provided.
New to this board, and hoping to get some good advice.
My team conducts a lot of data pulls to create reports, and they are all very time consuming. I'm trying to better educate myself in becoming more efficient in excel. One of the reports we do, is a Reconciliation between two systems.
This consists or 3 separate workbooks ( CMF Database, CMS Database, Master Workbook).
Folder Location is: K:\Technologies\DOT\Reports\Tracking & Status Sheets\CMS_DB Reconcile
Within the Master Workbook A-H, K, O, R, U, X - are all copy and pasted data from CMF Database workbook. Columns I, L, P, S, V, Y - are all vlookups to pull in data from CMS Database Workbook. Columns J, M, Q, T, V, Z - are the deltas ( if Columns H & I are the same = True, if they are different = False w/ color code).
Could someone help me out with the C&P part of this code, and then I will worry about the Vlookups at another time.
All three of the workbooks are named the same, have default formats, and are saved in the same location each time.
Is there a VBA Code or Macro that could be created, so when workbook 1 and workbook 2 are created and saved in the location with the Master Recon Template. Could I open the Master Recon Template and execute the code to complete the Reconciliation instead of doing the manual manipulation?
Thank you in advance for any advice or information provided.