Toma,
There is no need to copy the $File - items. Just copy the Body-Richtext-Item via
Set itemMyBody = doc.GetFirstItem( "Body" )
If Not itemMyBody Is Nothing Then Call itemBody.CopyItemToDocument( docnou, "BodyNew" )
The $File - items will be created automatically when you save the target document.