rodmac
2008-03-16 20:32:07 UTC
Can anyone here help me with this weirdness? Just downloaded Word2007, and
do a ton of pasting as unformatted text. I really want this as a keyboard
shortcut, which I have relied on for years.
I can't find Paste Special: Unformatted Text on the All Commands list - it
was there in Word 2000, my last version - and it isn't in the default
macros.
When I try to record a simple macro using the mouse, the resulting macro
consistently pastes the source formatting, not unformatted text. If I just
use the interface, the paste unformatted text works fine.
The macro recorder won't record the sequence, and I get this:
Sub PasteAsText()
'
' PasteAsText Macro
'
'
Selection.PasteAndFormat (wdPasteDefault)
End Sub
If I knew what paste unformatted was I would just edit the macro, but I
haven't a clue about VBA or whatever this language is.
Any help appreciated.
Rod
do a ton of pasting as unformatted text. I really want this as a keyboard
shortcut, which I have relied on for years.
I can't find Paste Special: Unformatted Text on the All Commands list - it
was there in Word 2000, my last version - and it isn't in the default
macros.
When I try to record a simple macro using the mouse, the resulting macro
consistently pastes the source formatting, not unformatted text. If I just
use the interface, the paste unformatted text works fine.
The macro recorder won't record the sequence, and I get this:
Sub PasteAsText()
'
' PasteAsText Macro
'
'
Selection.PasteAndFormat (wdPasteDefault)
End Sub
If I knew what paste unformatted was I would just edit the macro, but I
haven't a clue about VBA or whatever this language is.
Any help appreciated.
Rod