Hello,
i want to compare the Content of 2 Cells And Replace the value of the cell with the lowest value. like this
cell A1 got a value of 21 and Cell B1 got a value of 32
then i want cell B1 to stay as it is And Change The value of A1 for 21 to 32
any easy way to do this With VBA,? because im gonna use it in a Macro.
Thanks.