Thread
:
On calculate question
View Single Post
#
1
Posted to microsoft.public.excel.programming
chad
external usenet poster
Posts: 273
On calculate question
Public Sub Impact2()
If MsgBox("Would you like to record the changes that were just made?",
vbYesNo, "Record Changes?") = vbNo Then
Exit Sub
End If
End Sub
Reply With Quote
chad
View Public Profile
Find all posts by chad