Skip to content

Commit

Permalink
Deleted first line that creates confusion for new users.
Browse files Browse the repository at this point in the history
Since the code is copied into a new module, the module header itself need not be part of this code snippet here.
  • Loading branch information
drjs committed Jun 29, 2017
1 parent 40a93fc commit 6186f67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BulkDeleteAppointments.bas
@@ -1,4 +1,3 @@
Attribute VB_Name = "Module1"
'' Copyright (c) 2014 by Joachim Schlosser
' http://www.schlosser.info
'
Expand Down Expand Up @@ -26,7 +25,7 @@ Attribute VB_Name = "Module1"
' OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
'
' Description of functionality at http://www.schlosser.info/outlook-delete-multiple-appointments
' Beschreibung der Funktionalität: http://www.schlosser.info/outlook-viele-termine-absagen
' Beschreibung der Funktionalität: http://www.schlosser.info/outlook-viele-termine-absagen
'
Private Type dateRange
startDate As Date
Expand Down

0 comments on commit 6186f67

Please sign in to comment.