Skip to content

Instantly share code, notes, and snippets.

@harsha547
Created June 8, 2017 16:13
Show Gist options
  • Save harsha547/d0cfd3b95be679c511c1b7a41fdf7a31 to your computer and use it in GitHub Desktop.
Save harsha547/d0cfd3b95be679c511c1b7a41fdf7a31 to your computer and use it in GitHub Desktop.
Sub findd()
Dim rg As Range
Set rg = Range("E:E").Find("Bulgaria")
Debug.print rg.offset(0,1)
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment