Thread
:
"If Yes then Proceed..." Macro
View Single Post
#
5
Posted to microsoft.public.excel.programming
Ardus Petus
external usenet poster
Posts: 718
"If Yes then Proceed..." Macro
dim vRep as Variant
vRep = Msgbox("Do you want to continue",vbYesNo)
if vRep = vbYes then
<do something
end if
HTH
--
AP
"bman342" a écrit dans le message de
news:
...
I need a simple Yes/No dialog box.
If the User clicks "Yes" it runs a macro that I have already recorded.
If "No" it closes the macro.
Is there a trusted public library of these types of basic macros
somewhere?
Thanks so much.
Reply With Quote
Ardus Petus
View Public Profile
Find all posts by Ardus Petus