Ok, so I've always hated that when I paste something in Microsoft Office, it comes with the origional formatting. I'll admit that most of the time, it comes in handy, but it's frequently annoying. There are many times when I want to paste without formatting. Tonight, I did some research and stumbled across this article.
Thanks to this article, I've also found a quick and easy way to "Save As". Because the majority of applications I use have implemented "Ctrl+Shift+S" for "Save As", I've now added that as a shortcut key. Note that office already does this with the F12 key, but that's just not intuitive enough for me. I also added a shortcut for paste without formatting function: "Ctrl+Shift+V". That way I can easily paste without formatting if I need to. I used this macro:
Sub PasteUnformattedText()
' PasteUnformattedText Macro
Selection.PasteSpecial DataType:=wdPasteText
End Sub
For Office 2007, The macro button is under the "View" and "Developer" Ribbons. The "Customize" option is under the Office Logo (File Menu), then "Word Options", then "Customize", and There is a "Keyboard shortcuts" button at the bottom.
Do you know any awesome Office tweaks?
Thanks to this article, I've also found a quick and easy way to "Save As". Because the majority of applications I use have implemented "Ctrl+Shift+S" for "Save As", I've now added that as a shortcut key. Note that office already does this with the F12 key, but that's just not intuitive enough for me. I also added a shortcut for paste without formatting function: "Ctrl+Shift+V". That way I can easily paste without formatting if I need to. I used this macro:
Sub PasteUnformattedText()
' PasteUnformattedText Macro
Selection.PasteSpecial DataType:=wdPasteText
End Sub
For Office 2007, The macro button is under the "View" and "Developer" Ribbons. The "Customize" option is under the Office Logo (File Menu), then "Word Options", then "Customize", and There is a "Keyboard shortcuts" button at the bottom.
Do you know any awesome Office tweaks?
1 comment:
Mike, you are №1!
You get 10 cool ₧ for this!
I was bored...
Post a Comment