Created
June 8, 2017 16:13
-
-
Save harsha547/d0cfd3b95be679c511c1b7a41fdf7a31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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