kelly mort
Well-known Member
- Joined
- Apr 10, 2017
- Messages
- 2,169
- Office Version
- 2016
- Platform
- Windows
Hello ,
I am looking at three separate macros right now.
Say :
Below is the button to call
How will I run just one of those three at random?
I am looking at three separate macros right now.
Say :
Code:
macro1
macro2
macro3 .
Below is the button to call
Code:
Private Sub CommandButton1_Click
'Inside here I want to choose one of those macros at random
End Sub
How will I run just one of those three at random?