![]() |
#4
|
|||
|
|||
![]()
It's strange, because with me the 1st macro works properly. Anyway, try this one:
Code:
Sub Paras_Paste_Start() Dim Rng As range Dim oPar As Paragraph Application.ScreenUpdating = False Set Rng = selection.range For Each oPar In Rng.Paragraphs oPar.range.InsertBefore Chr(32) & Chr(32) oPar.range.Characters.First.Paste Next oPar Application.ScreenUpdating = False Set Rng = Nothing End Sub Last edited by vivka; 02-04-2024 at 01:42 PM. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
alex100 | Word VBA | 8 | 11-09-2020 08:19 AM |
Macro for copying in clipboard more than one selected text | ghostwhisperer86 | Outlook | 0 | 03-31-2019 07:47 AM |
![]() |
poetofpiano | Word VBA | 8 | 02-18-2018 07:17 PM |
How to paste as a single para from clipboard having multiple paragraph | PRA007 | Word VBA | 8 | 12-04-2015 04:48 AM |
![]() |
marceepoo | Word VBA | 1 | 09-14-2012 08:20 PM |