Guest User

Untitled

a guest
Jul 15th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. IF userCell <> "" Then
  2. userCell.Select
  3. Else
  4. userCell = userVariable
  5. End If
  6.  
  7. If rngCell.Value = userVariable Then
  8. rngCell.Select
  9. Else
  10. rngCell.Value = userVariable
  11. End If
Add Comment
Please, Sign In to add comment