Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Public Function FindAndCatch(ByVal Column As String, ByVal ToFind As String, ByVal IndexReturn As Long) As String
  2. try = Sheets("temporanea").Range(Column & ":" & Column).Find(ToFind, LookIn:=xlValues)
  3. If Not prova Is Nothing Then
  4. MsgBox try.offset(0, 0)
  5. End If
  6. Set FindAndCatch = "prova"
  7. End Function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement