Paste Unformatted

I copy and paste a lot of text from various documents to other documents and it drives me a bit crazy when word processors tend to overhelp and insist on trying to keep formatting. "Paste Special..." is fine, but requires several steps. So I always end up reinventing the same macro, regardless of what word processor or system I'm using. I just got a new Mac and bumped into this problem, and ended up reinvening the macro, so I figured I'd share while I could. At some point I may find the OpenOffice/StarOffice version of this command, and post that. It's the simplest macro ever, but here it is:

Sub PasteUnformatted()
'
' PasteUnformatted Macro
' Macro recorded 12/16/04 by Mike Kuniavsky'
    Selection.PasteAndFormat (wdFormatPlainText)
End Sub

To use:

  • Go to Tools:Macro:Macros...
  • Type in "PasteUnformatted" into the Name field
  • Click "Create"
  • Paste "Selection.PasteAndFormat (wdFormatPlainText)" into the space where it puts the cursor
  • Save
  • I then assign it to a command key (I use Command-Shift-V--currently "Paste from Scrapbook," but who cares about the scrapbook?) and give it a toolbar icon (I like the little grey piggy bank) through Tools:Customize:Customize Toolbars/Menus command.

No TrackBacks

TrackBack URL: http://orangecone.com/cgi-bin/mt/mt-tb.cgi/114

1 Comment

Thankfully in my world, FileMaker has always had the Command-Shift-V option built in. If not, I'd be pulling my hair out, or kludging something with Quickeys...ack.

Ads

Archives

ThingM

A device studio that lives at the intersections of ubiquitous computing, ambient intelligence, industrial design and materials science.

The Smart Furniture Manifesto

Giant poster, suitable for framing! (300K PDF)
Full text and explanation

Recent Photos (from Flickr)

Smart Things: Ubiquitous Computing User Experience Design

By me!
ISBN: 0123748992
Published in September 2010
Available from Amazon

Observing the User Experience: a practitioner's guide to user research

By me!
ISBN: 1558609237
Published April 2003
Available from Amazon

Recent Comments

  • Ray Koltys: Thankfully in my world, FileMaker has always had the Command-Shift-V read more

About this Entry

This page contains a single entry by Mike Kuniavsky published on December 16, 2004 5:12 PM.

The oldest graphics ON THE WEB! was the previous entry in this blog.

More buildings at night is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.