Hi
I have the following code in a macro that creates sets the value of Cell B25.
If Range("B23").Value = 2 Or Range("B23").Value = 3 Or Range("B23").Value = 4 Or Range("B23").Value = 5 Then run code
<run code="">This works well but I now need it to do the following so it runs different code...