Thread
:
Exit Macro if<vbYes
View Single Post
#
1
Posted to microsoft.public.excel.programming
Mike
external usenet poster
Posts: 3,101
Exit Macro if<vbYes
I have this code and it works good. But how can i get it to exit the macro if
< vbyes
Thanks Mike
Set FD = Application.FileDialog(msoFileDialogOpen)
With Application.FileDialog(msoFileDialogOpen)
If .Show Then .Execute
End With
Reply With Quote
Mike
View Public Profile
Find all posts by Mike