Bill4tektips
Technical User
I am trying to add a Search Box in excel and I have got some code off the web. The code says:
'Get the string to search for!
strMySearch = InputBox("Enter what to search for, below:" & vbLf & vbLf & _
"Note: The search is case sensitive!", _
Space(3) & "Find All", _
"")
but how do I add an Input box?
Can anyone help please?
'Get the string to search for!
strMySearch = InputBox("Enter what to search for, below:" & vbLf & vbLf & _
"Note: The search is case sensitive!", _
Space(3) & "Find All", _
"")
but how do I add an Input box?
Can anyone help please?