View Single Post
 
Old 07-30-2021, 04:34 PM
drrr drrr is offline Windows 10 Office 2019
Novice
 
Join Date: Jul 2021
Posts: 9
drrr is on a distinguished road
Default i want to add a line break after selection word 19

Sub cloze()
'
' Macro2 Macro
'
Selection.InsertBefore Text:="{{c1::"
Selection.InsertAfter Text:="}}"


'
End Sub


i want to add a line break after selection
i want something like Selection.InsertAfter Text:="line break"
but this adds text not an actual line break
Reply With Quote