[Note: To/CC headers trimmed] // Create a VT_EMPTY value $empty = new VARIANT();
GoTo(wdGoToBookmark, $empty, $empty, "BookmarkName"); On Wed, 26 Feb 2003, Richard Quadling wrote: > Hi Harald. > > The problem with some of the VBA functions is that the first and last > parameter need to be set and the ones in the middle have no meaning and > cannot be present. This can only be achieved by using named parameters. The > GoTo method, as a function, in VBA would be ... > > GoTo(wdGoToBookmark,,,"BookmarkName") > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php