Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to modify this macro so that before it runs, a message box will pop up
and ask are you sure you want to delete? and then have two options yes and no. If the operator clicks yes the contents will delete. If the operator clicks no the contents will not be deleted. I know how to get a message box to come up MsgBox "your message here", but I am not sure how to give it options. Here is the macro I have now. Sub ClearContentsMacro Macro () Application.Goto Reference:="R7C2" Range("B7:H116").Select Selection.ClearContents Selection.ClearContents Range("B2:D2").Select Selection.ClearContents Range("B3:D3").Select Selection.ClearContents Range("B7").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Warning | New Users to Excel | |||
Macro warning box | Excel Discussion (Misc queries) | |||
macro warning | New Users to Excel | |||
macro warning box | Excel Programming | |||
Redundant Macro warning or hidden macro? | Excel Programming |