Guys,
I need to put value in excel’s bookmark(it calls names in Excel). Who know how it is possible to do.
I need similar way as for WORD.
here is an example for word
If obj.activedocument.Bookmarks.Exists(bookmarkName) Then
Call obj.Selection.GoTo(wdGoToBookmark, , , bookmarkName)
Call obj.Selection.TypeText(value)
…