Skip to content

Instantly share code, notes, and snippets.

@OlegBezverhii
Last active September 28, 2020 11:43
Show Gist options
  • Save OlegBezverhii/c0538bf43b8bc9afa56c0f175651ef39 to your computer and use it in GitHub Desktop.
Save OlegBezverhii/c0538bf43b8bc9afa56c0f175651ef39 to your computer and use it in GitHub Desktop.
Приведение табличек из Галактики к нормальному виду в Worde
* https://kakvworde.ru/udalenie-razryva-stranicy-v-worde *
Sub Sample()
Dim t As Table
For Each t In ActiveDocument.Tables
t.Columns(1).Width =105
t.Columns(2).Width=170
Next
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment