Monday, December 10th, 2007...10:58 am
More Documents MORE AND MORE
If you are new to the site, sign up for the RSS Feed. All new sign ups get punch and pieRSS feed. Thanks for visiting!
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 = ActiveDocumentFor i = 1 To 100
Documents.Add DocumentType:=wdNewBlankDocument
Next i
Step 4: Save
COmPuTer pRAnKs, Computer Tricks, document pranks, macro pranks, macros, Microsoft macros, word macros, word pranks
2 Comments
December 10th, 2007 at 11:28 am
I think I’ll try this on my boss for the next staff meeting.
December 14th, 2007 at 2:25 am
This could be good fun. I might try making it happen upon clicking the save button or using Ctrl+S. Yipee!
Leave a Reply