We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sub InsEq() Selection.Style = ActiveDocument.Styles("Уравнение") Selection.MoveRight Unit:=wdCharacter, Count:=1 Selection.MoveUp Unit:=wdParagraph, Count:=1 Selection.TypeText Text:=vbTab Selection.EndKey Unit:=wdLine Selection.TypeText Text:=vbTab Selection.TypeText Text:="(" Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, _ PreserveFormatting:=False, Text:="seq ch \c" Selection.TypeText Text:="." Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, _ PreserveFormatting:=False, Text:="seq eq \n" Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, _ PreserveFormatting:=False, Text:="seq ceq \n \h" Selection.TypeText Text:=")" Call RefreshFields End Sub
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: