View Single Post
 
Old 06-15-2017, 09:08 AM
Souriane Souriane is offline Windows 7 64bit Office 2013
Advanced Beginner
 
Join Date: Feb 2017
Location: Quebec, Canada
Posts: 82
Souriane is on a distinguished road
Default

Hello!

Maybe somthing like that :

Code:
Sub MACRO()
If MsgBox("Run Macro A?", vbYesNo) = vbYes Then

Macro A

Else

Macro B

End If

End Sub
Bye!

Souriane
Reply With Quote