View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jase4now Jase4now is offline
external usenet poster
 
Posts: 38
Default Message box\Forms button

I have created a button for the FORMS toolbar that has a macro that deletes
data from a page to reset it. I would like to have a message come up when
the button is pressed asking if they really want to erase the data. If they
press YES, then I want the macro to run, If they press NO, then I just wan
the message box to close and go back to the spreadsheet.

I am stumped on this...Please help

Jase