The code below keeps pasting the range cells on the next page, after the bookmark called input.
Xlobj.Sheets("Input").Select
Range("A11:B30").Select
Selection.Copy
wdObj.ActiveDocument.Bookmarks("inputs").Range.go to.Select
wdObj.Selection.PasteSpecial Link:=False, DataType:=wdPasteEnhancedMetafile, _
Placement:=wdInLine, DisplayAsIcon:=False