Hello All,
I have a workbook with two spreadsheet tabs, I need to automatically transfer data from the first spreadsheet (CEC) to the second (Timeline Status). The data transfer code is already setup however i need it to be modified to represent a few more columns of data and removal of a few.
First.
When data is put in column A in the CEC tab this should populate into the Timeline tab column A.
Second
Based on the change in 'application current status' and 'date in status change' on the CEC tab (column C and D)this data will be transferred to the TIMELINE tab into the respective headings as in the drop downmenu (a listing of these headings are in the Settings tab). Below are the corresponding data transfers in both sheets
CECs tab - Column A <---->Timelines tab - Column A
------------ Column C <----> ---------------- Column B-S ( so the date of the status change (column D) will be in these cells)
(If you look at the VBA current code you will have a better idea)
------------ Column H <----> ----------------- Column T
------------ Column I<----> ------------------- Column U
The worksheet is attached to be edited is 'test edit VBA'. i just did an example and the data is populating in the wrong way.
the second workbook 'TEST6' is an example of a correctly populating workbook but does not have all the data columns I want.
Can anyone help please? I hope I made this clear and understandable and is in the correct forum to post.
I have a workbook with two spreadsheet tabs, I need to automatically transfer data from the first spreadsheet (CEC) to the second (Timeline Status). The data transfer code is already setup however i need it to be modified to represent a few more columns of data and removal of a few.
First.
When data is put in column A in the CEC tab this should populate into the Timeline tab column A.
Second
Based on the change in 'application current status' and 'date in status change' on the CEC tab (column C and D)this data will be transferred to the TIMELINE tab into the respective headings as in the drop downmenu (a listing of these headings are in the Settings tab). Below are the corresponding data transfers in both sheets
CECs tab - Column A <---->Timelines tab - Column A
------------ Column C <----> ---------------- Column B-S ( so the date of the status change (column D) will be in these cells)
(If you look at the VBA current code you will have a better idea)
------------ Column H <----> ----------------- Column T
------------ Column I<----> ------------------- Column U
The worksheet is attached to be edited is 'test edit VBA'. i just did an example and the data is populating in the wrong way.
the second workbook 'TEST6' is an example of a correctly populating workbook but does not have all the data columns I want.
Can anyone help please? I hope I made this clear and understandable and is in the correct forum to post.