440Forums.com  |  MacMusic.org  |  PcMusic.org  |  Zicos.com  |  AudioLexic.org
Paste   {key13}


Updated Paste Plain Text AppleScript for Word 2008

TidBITS

Sunday March 16, 2008. 12:13 AM
TidBITS

In "Word 2008 and the Paste Plain Text Dance" (2008-01-19), I described a tiny AppleScript I use in Word 2008 to paste text without style information, so that the pasted text adopts the style of whatever is around it. From the feedback I've received, the lack of a built-in command to do this with one click had irritated quite a few people. Since then, I've found that very occasionally - I can't quite discern a pattern to why or when - text pasted with my script takes on the default font of Word's Normal template (Cambria), rather than the actual font of the surrounding text. So I experimented further, and I've come up with a revised script that not only solves this problem but takes an entirely different approach that results in a shorter and more elegant solution. Thus far I haven't seen any occasions in which the new script fails. As before, you can either paste this into Script Editor or download the completed script, unzip it, and put it in ~/Documents/Microsoft User Data/Word Script Menu Items. Here's the script: tell application "Microsoft Word"     tell selection         try             set theClip to Unicode text of (the clipboard as record)             type text text theClip         end try     end tell end tell Now, instead of counting the number of characters on the clipboard and moving the insertion point, the script uses the "type text" command to simulate typing, which automatically puts the insertion point in the right place. Copyright © 2008 Joe Kissell. TidBITS is copyright © 2008 TidBITS Publishing Inc. If you're reading this article on a Web site other than TidBITS.com, please let us know, because if it was republished without attribution, by a commercial site, or in modified form, it violates our Creative Commons License. VMware Fusion. The most seamless way to run Windows on your Mac. Backed by nearly a decade of proven virtualization technology. Try VMware Fusion today for free, or order online for only $79. Visit:   ...
Word 2008 Paste Plain Text Dance (2008-01-19) described tiny AppleScript Updated Paste Plain Text AppleScript Word 2008
Updated Paste Plain Text AppleScript for Word 2008 Read more at TidBITS
db.tidbits.com/article/9503?rss

 

 Related News 
AirPort Extreme Update 2008-001 for Tiger released AirPort Extreme Update 2008-001 for Tiger released
 MacFixIt 03/27/08 11 PM 
Apple posts AirPort Extreme Update 2008-001 for Tiger Apple posts AirPort Extreme Update 2008-001 for Tiger
 AccelerateYourMac 03/27/08 11 PM 
MacTech's VBA/AppleScript Transition Guide bundles available MacTech's VBA/AppleScript Transition Guide bundles available
 Mac Minute 03/27/08 10 PM 
Security Update 2008-002 v1.1: requirement confusion, Safari ... Security Update 2008-002 v1.1: requirement confusion, Safari ...
 MacFixIt 03/27/08 08 PM 
Lean word processing, PowerBook 150 drawbacks, Mac ethernet i... Lean word processing, PowerBook 150 drawbacks, Mac ethernet i...
 Low End Mac 03/27/08 06 PM 
Applelinks Tech Web Reader - Thursday, March 27, 2008 Applelinks Tech Web Reader - Thursday, March 27, 2008
 AppleLinks 03/27/08 05 PM 
Applelinks iPhone News Reader - Thursday, March 27, 2008 Applelinks iPhone News Reader - Thursday, March 27, 2008
 AppleLinks 03/27/08 04 PM 
Interesting choice of text in the Keynote '08 icon Interesting choice of text in the Keynote '08 icon
 MacOsxHints 03/27/08 04 PM 
iPod Nano, iPod Touch Revisions in 3rd Quarter 2008? iPod Nano, iPod Touch Revisions in 3rd Quarter 2008?
 MacRumors 03/27/08 02 PM 
News: Audio chip maker Wolfson dropped from 2008 iPods News: Audio chip maker Wolfson dropped from 2008 iPods
 iPod Lounge 03/27/08 02 PM 
Security Update 2008-002 Security Update 2008-002
 Mac Bidouille 03/27/08 07 AM 
OK-Writer 1.3 Word Processor For Kids OK-Writer 1.3 Word Processor For Kids
 AppleLinks 03/27/08 07 AM 
Apple Releases Security Update 2008-002 v1.1 (Leopard) Apple Releases Security Update 2008-002 v1.1 (Leopard)
 AppleLinks 03/27/08 07 AM 
Security Update 2008-002 v1.1 released Security Update 2008-002 v1.1 released
 MacFixIt 03/27/08 02 AM 
Apple releases Security Update 2008-002 v1.1 (Leopard) Apple releases Security Update 2008-002 v1.1 (Leopard)
 Mac Daily News 03/27/08 01 AM 
Security Update 2008-002 v1.1 released Security Update 2008-002 v1.1 released
 Mac Minute 03/27/08 01 AM 
Security Update 2008-002 v1.1 Security Update 2008-002 v1.1
 InsanelyGreatMac 03/27/08 12 AM 
Apple Releases Security Update 2008-002 v1.1 Apple Releases Security Update 2008-002 v1.1
 123Macmini 03/26/08 11 PM 
Security Update 2008-002 1.1 tweaks Aperture 2.0 Security Update 2008-002 1.1 tweaks Aperture 2.0
 Mac Central 03/26/08 11 PM 
Apple posts Security Update 2008-002 v1.1 for Leopard/Leopard... Apple posts Security Update 2008-002 v1.1 for Leopard/Leopard...
 AccelerateYourMac 03/26/08 11 PM 
Apple Updates Security Update 2008-002 to version 1.1 for Ape... Apple Updates Security Update 2008-002 to version 1.1 for Ape...
 TheMacObserver 03/26/08 10 PM 

Search

Mac Zicos
Sun July 6, 02:00 PM
Paste   {key13}