I have a code that creates a zipped file that saves to the desktop. The macro works fine except it repeats itself and doesn't stop. How can I change the following code so that it only creates one zipped file?
Sub WhichButton()
Dim strDate As String, SavePath As String, sFName As String
Dim...