I am completely new to VBA. I have 2 worksheets of the same size (about 4000 rows), cells containing either text, time or date data. I need to compare the new worksheet with the old and highlight anything that has changed on the new with a different colour. I currently do the exercise in Excel by creating a 3rd worksheet and then using the formula IF('new'!B2='old'B2,TRUE,'old'!B2) but this isn't ideal as the data that has stayed the same is replaced by 'TRUE' and the worksheet is therefore only partially useful. Trying to figure it out in VBA and failing miserably.
Any help (in very simplistic language please!) would be greatly appreciated.
Any help (in very simplistic language please!) would be greatly appreciated.