dimanche 5 janvier 2020

Functions in random order

I have two functions and one for calling :

 Sub saystuff()
        hello1()
        hello2()
    End Sub

    Sub hello1()
        MsgBox("im number 1")
    End Sub

    Sub hello2()
        MsgBox("im number 2")
    End Sub

Is there a way to make those functions be done in a random order and still doing both.




Aucun commentaire:

Enregistrer un commentaire