tracking changes
Posted by Mark Gravelle on November 19, 2001 12:37 PM
I have created a macro that, when run, will search the assigned columns for any dollar amounts over $0.01 and highlight that cell yellow. But I currently have to execute the macro after all data entry is complete to get my final result.
Is there a formula I can place directly in the worksheet or in VBA that can continuously monitor these columns and highlight immediately when a value greater than $0.01 is entered? I tried the "track changes" but that just puts a blue arrow in the top corner of the cell? Thanks, in advance.