Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Attribute VB_Name = "basQBForVB"
- Public Sub Swap(a As Variant, b As Variant)
- Dim c As Variant
- c = a
- a = b
- b = c
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement