Guest User

Untitled

a guest
Dec 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. With Worksheets(1)
  2. For i = 1 To 50
  3. If InStr(" " & .Cells(i, 1).Value & " ", " Иван ") Then
  4. UserForm1.ListBox1.AddItem .Cells(i, 1).Value
  5. End If
  6. Next i
  7. End With
  8.  
  9. .Shapes.Range(Array("ListBox1"))
  10.  
  11. UserForm1.ListBox
Add Comment
Please, Sign In to add comment