Új hozzászólás Aktív témák
-
Bosco01
tag
Szia!
Futtasd le rajta ezt a makrót. Nekem már párszor segített. Nem saját szerzemény, így ha nem működik, nem tudom mit kell benne javítani.
Sub Fels_makro()
' Felsorolás megszűntetése, kötőjel beszúrása a sor elejére
'sorok = ActiveDocument.ComputeStatistics(wdStatisticLines)
oldalak = ActiveDocument.ComputeStatistics(wdStatisticPages)
Selection.EndKey Unit:=wdStory
Last = Selection.Information(wdFirstCharacterLineNumber)
Selection.HomeKey Unit:=wdStory
Do
If Selection.Range.ListFormat.ListType = 0 Then
Selection.GoTo What:=wdGoToLine, Which:=wdGoToNext, Count:=1, Name:=""
Else
Selection.Range.ListFormat.RemoveNumbers NumberType:=wdNumberParagraph
Selection.HomeKey Unit:=wdLine
Selection.TypeText Text:="- "
Selection.GoTo What:=wdGoToLine, Which:=wdGoToNext, Count:=1, Name:=""
End If
Loop Until Selection.Information(wdActiveEndPageNumber) = oldalak And Selection.Information(wdFirstCharacterLineNumber) = Last
End Sub
Új hozzászólás Aktív témák
Állásajánlatok
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest