Quote Originally Posted by fumei
True. I missed the opening With.[vba]
With Selection
.EndKey Unit:=wdStorywith
.InsertBreak Type:=wdSectionBreakNextPage
.InsertFile FileName:="Other.doc", Range:=""
End With [/vba]
Run-time error '4120'

Debug "yellows" [VBA].EndKey Unit:=wdStorywith[/VBA]