Thread: Message Box
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ollie
 
Posts: n/a
Default Message Box

I have created a macro that gives me a message box when it is run.
Sub MyMacro()
MsgBox "My First Macro"
When I run it I get a message box that only has 1 option in it "OK"

Is there a way to create one that will give me a "Yes" or "No" message