Hi All,
This works fine to retrieve the results from a MsgBox function and return the results to the sub that initiated the call, but would love to know how to pass the MsgBox answer from a normal sub back to the other sub.
Sub MsgboxYes()
If MsgBox_Ans = vbYes Then MsgBox "You Seleted...