How do you do Friends,
I have a large data set and I would like to search for a keyword and update the cell 5 columns over from it.
This is what I have so far:
Sub Find_and_Write()
Dim X As Variant, F As Range
X = Application.InputBox("Enter Value")
If TypeName(X) = "Boolean" Then Exit Sub...