I need to know how to compare ( > ) an activecell date read on an Excel spreadsheet by my macro (cell is already formatted as "m,d,yyyy" to the actual current system date.<br>Global declaration for this????<br><br>My variable for this is currentdate as in.....<br>Sub readcell()<br>ActiveCell.Select<br>If ActiveCell.Value = Date Then<br>If ActiveCell.Value > currentdate<br>