Skip to content

Instantly share code, notes, and snippets.

@DuongAQ
Created January 22, 2018 10:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save DuongAQ/b8c4b82095f0ff2f599e336a8a016c6d to your computer and use it in GitHub Desktop.
Sub Find_Test01() 'Excel VBA for a find.
Dim i As Integer
i=[A1:A10].Find("car").Row
MsgBox "Dong chua du lieu la " & i
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment