Thread
:
Run 1 of 2 Macros Depending on Y/N Response to Message Box
View Single Post
06-15-2017, 09:08 AM
Souriane
Windows 7 64bit
Office 2013
Advanced Beginner
Join Date: Feb 2017
Location: Quebec, Canada
Posts: 82
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
Souriane
View Public Profile
Find all posts by Souriane