Try
object nullRef = null;
object count = null;
object gotoItem = (object)WdGoToItem.wdGoToBookmark;
object name = (object)"Sample";
Range rng = doc.GoTo(ref gotoItem, ref nullRef, ref count, ref name);
where doc is your document.
Deja View - the feeling that you've seen this post before.