• Sharebar

This prank is simple. Every time you open up word it will create 100 documents. Nothing to evil Nothing to mean… but damn is it annoying. You can combine it with past macros, like key bindings and it could be very evil. Maybe I’ll add an update to the code later in the day =)

Step 1: Open Microsoft Word

Step 2: Press Alt F11

Step 3: Copy the code below into your normal template:

Sub AutoExec()
Dim x As Document
Set x = ActiveDocument

For i = 1 To 100
Documents.Add DocumentType:=wdNewBlankDocument
Next i

Step 4: Save

  2 Responses to “More Documents MORE AND MORE”

  1. I think I’ll try this on my boss for the next staff meeting.

  2. This could be good fun. I might try making it happen upon clicking the save button or using Ctrl+S. Yipee!

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   
© 2011 Computer Pranks Central Suffusion theme by Sayontan Sinha