In WordAPI for jumping to then next bookmark "Firstline" in a document, I've tried to use
Application.Selection.Goto(What:=wdGoToBookmark, Name:="Firstline")
but got the error: "For parameter "which" the argument ist missed".
For the argument wdGoToBookmark only the parameter "name" is required, in Word interopts, this is functional but nut in NetOffice, WordAPI.
I found no way, to fix this.
Any Ideas?
Thanks
Joerg
Comments: ** Comment from web user: vanderr3 **
Application.Selection.Goto(What:=wdGoToBookmark, Name:="Firstline")
but got the error: "For parameter "which" the argument ist missed".
For the argument wdGoToBookmark only the parameter "name" is required, in Word interopts, this is functional but nut in NetOffice, WordAPI.
I found no way, to fix this.
Any Ideas?
Thanks
Joerg
Comments: ** Comment from web user: vanderr3 **
The use of Bookmarks in WordAPI does not seem to follow Word API, Try using Bookmarks.Item, it does not exist, nor can one fine a way to use predefined bookmarks.
If anyone could shed some light on this?
Thanks
Rudy