Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-19-2023, 08:40 AM
dopey dopey is offline Combining more than one line of the same item into one line Windows 10 Combining more than one line of the same item into one line Office 2021
Novice
Combining more than one line of the same item into one line
 
Join Date: Feb 2023
Posts: 5
dopey is on a distinguished road
Default Combining more than one line of the same item into one line

Hi all,

I hope someone can help me with this. I have some code that looks for a specific symbol in a word document, and then paste that line into a new document. If there are e.g. 3 of the same symbol next to each other, it will copy the same line 3 times, e.g:

Sample list:
pen
book #
desk ###
pencil

It needs to paste the following into the new word document:
book
3 x desk

At the moment, it is writing the word 'desk' three times underneath each other. I have had some help putting the code together, but I am now stuck again on how to streamline it.

I hope it all makes sense.

Code:
This is the code I have so far:
    With oRng.Find
        Do While .Execute(findText:="#")
            oRng.MoveEndWhile Chr(32)
            Set oPara = oRng.Paragraphs(1).Range
            oTarget.Range.InsertAfter (Trim(Replace(oPara.Text, "#", "")))
            oRng.Text = ""
            oRng.Collapse 0
        Loop
    End With

Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
1st line of 4-line poem centrally aligned; how to get lines 2-4 to start at same location on page Swarup Word 6 09-16-2022 11:07 AM
Combining more than one line of the same item into one line Making mail merge blank fill a line to highlight that line rgm60527 Mail Merge 2 02-22-2022 11:13 AM
Combining more than one line of the same item into one line word erases line bottom in tight line spacing when new line is added ozzzy Word 2 01-21-2021 06:41 AM
Usability of space between final line of body text and footnote separator line Swarup Word 6 07-28-2018 12:51 PM
Combining IMAP inbox and sent item folders kenelder Outlook 1 07-17-2015 02:58 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:32 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft