Hi,
I have an excel which is the source document containing the following data.
Column A - Process Name
Column B - Date
Column C-G - data
I want the code to
read the Process Name in column A (source) and open respective excel document (destination)
read the date in Column B (source) and go to that respective tab (destination)
copy values A through G columns (source) and paste in the last empty row in the document (destination).
For example, if the source document column A reads SIGNAPAY, Column B reads 070819 then the code should open an excel called SIGNAPAY, go to the 07 19 tab and go to the last empty row and copy columns A-G from the source document and paste it here and close the workbook.
Can somebody please help me with the code.
Thank you in advance
I have an excel which is the source document containing the following data.
Column A - Process Name
Column B - Date
Column C-G - data
I want the code to
read the Process Name in column A (source) and open respective excel document (destination)
read the date in Column B (source) and go to that respective tab (destination)
copy values A through G columns (source) and paste in the last empty row in the document (destination).
For example, if the source document column A reads SIGNAPAY, Column B reads 070819 then the code should open an excel called SIGNAPAY, go to the 07 19 tab and go to the last empty row and copy columns A-G from the source document and paste it here and close the workbook.
Can somebody please help me with the code.
Thank you in advance