Saturday, November 29, 2008

What's Your Phishing IQ?

Check it here.


(I got a 100%).

Thursday, November 13, 2008

Microsoft Word: Paste Unformatted Text

Here's the macro for pasting unformatted text in Word:

Sub PasteUnformatted()
'
' PasteUnformatted Macro
' Macro created 11/13/2008 by Peter Carney
'
Selection.PasteSpecial Link:=False, DataType:=wdPasteText
End Sub


Also, remember that you can map it to a keyboard command with "Tools->Customize->[Keyboard]".


http://pubs.logicalexpressions.com/pub0009/LPMArticle.asp?ID=128