问题
I would like to know if using VBA I can compare two similar excel files and shows the differences highlighting the background of cells or rows with different colors.
回答1:
Loop through all the cells and make simple comparison, and highlight (change background color) cells that did not match.
来源:https://stackoverflow.com/questions/2871932/is-it-possible-compare-two-excel-files-using-vba