- Home
·
- Miscellaneous
·
- This uses a recrusive function to copy lists, This is great for people who often use timers to do t
This uses a recrusive function to copy lists, This is great for people who often use timers to do t
This uses a recrusive function to copy lists, This is great for people who often use timers to do the same job mutch slower.
Rate This uses a recrusive function to copy lists, This is great for people who often use timers to do t
(1(1 Vote))
'example: copylist myist1, mylist2
On Error GoTo Err
Dim i As Integer
For i = 0 To List1.ListCount
List1.ListIndex = i
List2.AddItem List1.Text, i
Next i
Err:
End Function
This uses a recrusive function to copy lists, This is great for people who often use timers to do t Comments
No comments yet — be the first to post one!
Post a Comment