Hi all!
I am trying to input two files with multiple sheets. The files are the same but one of them has updated information populated, I'm creating a workflow to spot differences between files and do some checks. The files type is .xlsm
Sheet 1 from File 1 has the same fields as sheet 1 from file 2, but fields from sheet 2 are different than sheet 1 and so on.
The result should be a table with all the information from both files with fields that specify which field and sheet the information belongs to. I can manage to then separate the information with filters and transpose it.
I saw some posts with macros but I am not really good with them. I tried to modify the file paths so they can work on my computer but I couldn't. In case the solution is a macro, could you please explain me how to save it and modify the settings so I can save it on my computer and share with others?
It would be incredible if we can also build it as an application so I can select both files even if they are saved in different folders, but that's not important.
Thank you in advance!!