Re: controlling paste format (from browser copy)
- From: msiegel@xxxxxxxxx
- Date: Mon, 20 Aug 2007 15:53:37 -0000
Hi Elliott,
That too is easy. That's where the macro comes in.
Record yourself doing it, remembering to assign a keyboard shortcut as
you set up the recording. I chose ctrl-shift-v since it was sort of
similar to cmd-V for paste. Mine ended up like this, probably after
cleaning it up a little:
Sub PasteUnformatted()
'
' PasteUnformatted Macro
' Macro recorded 13-08-2004 by Elliott Roper
'
Selection.PasteSpecial Link:=False, DataType:=wdPasteText,
Placement:= _
wdInLine, DisplayAsIcon:=False
End Sub
Watch the wrapping. "Selection to Placement:=_" is a single line.
You could copy this into the Macros editor, but it is just as easy, and
far more fun to learn how to record macros. Compare yours to the muck
above.
Awesome. Thanks again for the speedy response. I'll try this later
when I have a chance.
I am so grateful for all of the help. I've been annoyed by this for a
while and I'm glad I finally turned to the forum for help; I surely
would not have figured this out on my own.
Your biggest fan,
Marc
PS Thanks also to Clive Huggan who sent me a similarly helpful
response (I think though private email).
.
- Follow-Ups:
- Re: controlling paste format (from browser copy)
- From: Clive Huggan
- Re: controlling paste format (from browser copy)
- References:
- controlling paste format (from browser copy)
- From: msiegel
- Re: controlling paste format (from browser copy)
- From: Elliott Roper
- Re: controlling paste format (from browser copy)
- From: msiegel
- Re: controlling paste format (from browser copy)
- From: Elliott Roper
- controlling paste format (from browser copy)
- Prev by Date: Re: word 2004 for Mac - delete a word document?
- Next by Date: How do you lock a template size
- Previous by thread: Re: controlling paste format (from browser copy)
- Next by thread: Re: controlling paste format (from browser copy)
- Index(es):
Relevant Pages
|