I have a macro with a vbYesNo in it currently, I tried adding cancel as an option (vbYesNoCancel) but ran into some issues.
Can anybody assist me in making my code run with the Cancel option?
All I need is to have the cancel option there and have the sub end if cancel is selected.
Sub Sendit()...