Hi guys,
I've got a column in which are entered different values. I want to create a sub that choose the maximun of these values and that will fill the cell with red color.
I want to do this through the Worksheet_change (ByVal Target As Range) event, so every time that a value is entered in the column the sub automatically will process the range and will find out the maximun value.
I attached a link with an example xls.
Hope someone could help me...
thank you in advance.
Nic
I've got a column in which are entered different values. I want to create a sub that choose the maximun of these values and that will fill the cell with red color.
I want to do this through the Worksheet_change (ByVal Target As Range) event, so every time that a value is entered in the column the sub automatically will process the range and will find out the maximun value.
I attached a link with an example xls.
Hope someone could help me...
thank you in advance.
Nic