ActiveDocument.GoTo not working

  • Thread starter Thomas Wiedmann
  • Start date
T

Thomas Wiedmann

Hello,

although the VBA help indicates, that there is a method GoTo for the
Document object,
there is no jump to the next document if I call a statement like

ActiveDocument.GoTo wdGoToTable, wdGoToNext

.... strange ... Fortunately it works with the Selection object.
What's the reason; what's wrong in my statement, that it doesn't work?

Thomas Wiedmann
 
Top