> Hi. Can somebody tell me how to create a macro to . . .
>
[quoted text clipped - 9 lines]
>
> Thanks for anybody's help.
Thanks so much, Bill.
Yes . . . that works wonderfully!
Can I ask you another question? . . .
I've just recently swithced from Word 2003 to Word 2007. I have a few
really-time-consuming macros in my Words 2003 "normal.dot". Is there any
chance I can somehow import than into Word 2007?
I don't have a clue how to go about it. What do you think?
> Try this:
>
[quoted text clipped - 17 lines]
> >
> > Thanks for anybody's help.
Graham Mayor - 25 Nov 2007 10:56 GMT
It would help to error trap the paste macro so it doesn't fall over if there
is nothing in the clipboard
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
I assume you mean time *saving* macros? Most Word 2003 macros will run in
2007, so copy them there and see what happens. If you have a problem we may
be help you to resolve it then - see
http://www.gmayor.com/installing_macro.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Thanks so much, Bill.
>
[quoted text clipped - 29 lines]
>>>
>>> Thanks for anybody's help.