Hi,
I have the code Sub Iteration_Status()Dim response As Variant
'input box that can accept both text and numbers
response = Application.InputBox("Enter Iteration Status Number", "Numbers Only", , , , , , 1 + 2)
If response = "False" Then
'code distinguishes between "False" on clicking the...