Scenario: There have two excel files, one for 2pm and one for 3pm meeting. The files are not exact same, but currently we need to copy some of the data from 2pm file to 3pm one everyday. I want to automate this using StudioX or Excel VBA.
Requirements: Only copy the value between two worksheet on two different workbook (2pm and 3pm) if they have the same sheet name. For example, copy paste value from sheet “WK1” workbook “2pm” to sheet “WK1” workbook “3pm”.
Challenges: I encounter difficulties using if condition builder to show if they have the same sheet name.
Example file:
2pmTrial.xlsx (11.3 KB)
3pmTrial.xlsx (11.2 KB)
Thank you very much.