in reply to wdGoToSection help

...->Selection->Goto(... => ... ) ...->{Selection}->Goto(... => ... )

Replies are listed 'Best First'.
Re^2: wdGoToSection help
by Anonymous Monk on Oct 08, 2010 at 16:12 UTC

    I don't understand what's in the "..." part. Can you help? thanks

      See Win32::OLE for how to pass named arguments:

      $ex->Dmethod($RequiredArg1, {NamedArg1 => $Value1, NamedArg2 => $Value +2});

      If you have more questions, these would be covered in an introductory course to Perl.

      Guess