![]() |
Compare two worksheets and highlight the one sheet’s difference from the other one
Does anyone know how to do this? Thank you for your great help -- minrufen ----------------------------------------------------------------------- minrufeng's Profile: http://www.excelforum.com/member.php...fo&userid=2620 View this thread: http://www.excelforum.com/showthread.php?threadid=51636 |
Compare two worksheets and highlight the one sheet's difference from the other one
for each cell in Activesheet.usedRange
if cell.Value < Worksheets("Sheet2").Range(cell.Address) then cell.Interior.ColorIndex = 3 end if Next -- Regards, Tom Ogilvy "minrufeng" wrote in message ... Does anyone know how to do this? Thank you for your great help! -- minrufeng ------------------------------------------------------------------------ minrufeng's Profile: http://www.excelforum.com/member.php...o&userid=26208 View this thread: http://www.excelforum.com/showthread...hreadid=516364 |
All times are GMT +1. The time now is 02:35 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com