Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Private Sub cmdbPrev_Click()
  2. Dim NameFound As Range
  3. fPath = ThisWorkbook.Path & “ ”
  4. currentrow = currentrow – 1
  5. If currentrow > 1 Then
  6. txtContactName.Text = Cells(currentrow, 1).Value
  7. txtTelephoneNumber.Text = Cells(currentrow, 2).Value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement