A
avkokin
Hello.
I need to move to new paragraph after the table. That code:
Sub table_1()
Dim oRange As Range
Dim oTable As Table
Set oRange = Selection.Range
Set oTable = ActiveDocument.Tables(1)
oRange.EndOf wdStory, wdMove
oRange.InsertAfter vbCr
???
End Sub
How to move cursor to new paragraph after this table?
Thank's
I need to move to new paragraph after the table. That code:
Sub table_1()
Dim oRange As Range
Dim oTable As Table
Set oRange = Selection.Range
Set oTable = ActiveDocument.Tables(1)
oRange.EndOf wdStory, wdMove
oRange.InsertAfter vbCr
???
End Sub
How to move cursor to new paragraph after this table?
Thank's