Hope some one can help with this.

I have two Dell PCs, both running Winodws XP and I have MS Word 2003 on both. So every thing is identical.
Lets refer to the PCs as A and B.

I am trying to record a simple macro that will choose paste special from the eidt menu and then paste what ever I have copied as unformatted text. I perform the same sequecen of events on both PCs.
Choose Recrod new macro from the tools menu
Click OK
Use the mouse to choose paste spectial from the edit menu
Choose unformatted text from the options available
Click stop recording.

Now here is the problem

On PC A when I run the macor it does what it is supposed to do. On PC B it does not.

When I look at the code for the macor on each PC this what I see

PC B The on that does not work

" Selection.PasteAndFormat (wdPasteDefault) "

PC A the one that works

" Selection.PasteSpecial Link:=False, DataType:=wdPasteText, Placement:= _
wdInLine, DisplayAsIcon:=False
Selection.TypeParagraph "

Can anyone please identify why on PC B the macro recording does not work properly?

Thanks for your help