I'm not trying to become a professional programmer in Excel. I just want to make a spreadhseet give a message, if necessary, based on inputted value in a cell.
This is what I have
If Cell("b9").Value = 1 Then
MsgBox ("Please Enter either 1, 2, or 3"), vbExclamation
Else
End If
Actually this is all have. Nothing happens when I input any value so I kind of figured that this isn't right. you've guessed it, I'm not a rocket scientist
Thanks in Advance for any assistance
This is what I have
If Cell("b9").Value = 1 Then
MsgBox ("Please Enter either 1, 2, or 3"), vbExclamation
Else
End If
Actually this is all have. Nothing happens when I input any value so I kind of figured that this isn't right. you've guessed it, I'm not a rocket scientist
Thanks in Advance for any assistance