Well, it would be possible to fix up a button in Word or Excel that does the copying for you, using VBA programing. If you wanted to figure out how to at least get started, in Excel, you can go to Tools ->Macro ->Record new macro, and do a copy, then paste, and then stop recording. Feel free to do other things.
Then you can go to Tools ->Macro -> Visual Basic Editor, and it should pop right up to the code from that event. It'll say something about macro recorded by (your name/login) in green text most likely, and you'll see the code that does the work below that.
Also, in VBA, at least, there are a lot of helps built in where you type. For instance, if you type DoCmd., then right after you type the period, you should get a context menu showing you all the possible options. Especially for basic things, this is GREAT!
Anyway, take a look. You could end up making it simpler even than it was before.
--
"If to err is human, then I must be some kind of human!" -Me