J
Jeff
Hello,
I have the following VBA macro:
" If WorksheetFunction.CountIf(Range("E394:E709"), Range("E900")) <> 1 Then
Range("E" & i).EntireRow.Delete
Else
Range("L" & i).Value = ans
End If
End If
Next i"
I would like to know if it is possible to have an inputbox in VBA that
would give me the option to the change this range "(Range("E394:E709").
Jeff
I have the following VBA macro:
" If WorksheetFunction.CountIf(Range("E394:E709"), Range("E900")) <> 1 Then
Range("E" & i).EntireRow.Delete
Else
Range("L" & i).Value = ans
End If
End If
Next i"
I would like to know if it is possible to have an inputbox in VBA that
would give me the option to the change this range "(Range("E394:E709").
Jeff