C
Colin Hayes
Hi
I need a small routine which will change all below or equal to an input
number to a second input number.
So for example ;
Message box 1 : Select column to work on
Message box 2 : Select all cells equal to or below input number
Message box 3 : Change selected cells to input number.
Therefore choosing column D , all below or equal to 3.50 , changing to
5.00 :
3.20
6.50
9.40
2.80
1.90
3.50
15.60
would become
5.00
6.50
9.40
5.00
5.00
5.00
15.60
Grateful for any help.
I need a small routine which will change all below or equal to an input
number to a second input number.
So for example ;
Message box 1 : Select column to work on
Message box 2 : Select all cells equal to or below input number
Message box 3 : Change selected cells to input number.
Therefore choosing column D , all below or equal to 3.50 , changing to
5.00 :
3.20
6.50
9.40
2.80
1.90
3.50
15.60
would become
5.00
6.50
9.40
5.00
5.00
5.00
15.60
Grateful for any help.