PDA

View Full Version : spank that ms word!!!



JIMINATOR
06-10-2004, 10:42 PM
word has been driving me nuts lately, the way it always wants to past whatever
you past in the original format, ie, html, tables, urls, fonts, etc etc etc.
so you have to paste the sh*t in notepad first, copy it and paste it back.

they didn't realize that they should not f**k with the master. :devil: :devil:

if you see this issue, open word, record a macro, open the vb editor,
paste this in, and bind it to your paste key.... :devil:



Sub pastex()
   Selection.PasteAndFormat (wdFormatPlainText)
End Sub


:cool:

Death Engineer
06-10-2004, 10:45 PM
Someone clearly hasn't found the Paste Special button. ;)

JIMINATOR
06-10-2004, 10:54 PM
hmmmm... that's a dialog box, and besides, the story is better the way I tell it... :thumbs:

Die Hard
06-10-2004, 11:41 PM
I have absolutely no idea how to do that :blink: [feeling rather stupid]

Caged Anger
06-11-2004, 11:35 AM
you're not alone man, they speekin Greek to me....

BobtheCkroach
06-11-2004, 01:52 PM
I understand what he means, but I'm clueless as to how to do it - if you ask me, VB SUCKS!

Death Engineer
06-11-2004, 03:17 PM
On the contrary, I would say that VB is a very nice tool. You're not going to build many nice looking games with it, but it's good for developing applications quickly.