Thread: Running a macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Derek Upson - Pioneer Derek Upson - Pioneer is offline
external usenet poster
 
Posts: 7
Default Running a macro

i sent a reply with my excel spreadsheet attached and it did not go through.
are attachments restricted in this newsgroup?


"CLR" wrote in message
...
If you post it (your code)..........someone will help

Vaya con Dios,
Chuck, CABGx3



"Derek Upson - Pioneer" wrote:

I have a spreadsheet model. Within the model are a bunch of fields
requiring input. I wanted to have a macro that would clear all of these
fields so someone could start over. That was the easy part. However, I
don't want someone to click on the button that starts the macro by
accident
(wiping out everything already done). Therefore, I want to add a pop-up
box
to the beginning of the macro that asks the user to verify that they want
all contents cleared. Can someone help me understand how this can be
added
to the macro? Thanks in advance.