View Single Post
 
Old 03-30-2023, 02:30 PM
ctviggen ctviggen is offline Windows 10 Office 2016
Advanced Beginner
 
Join Date: Feb 2021
Posts: 54
ctviggen is on a distinguished road
Default

I figured it out, with help. Here's the code I needed, before I pasted the already-copied material into the document:


Code:
oRng.ListFormat.ConvertNumbersToText wdNumberParagraph

This comes from here:



Copy Text and Retain Numbers When Pasting – Word Macros and Tips – Work Smarter and Save Time in Word


I only needed the single line of code, though.


Other parts don't work, but this saves me tons of coding.
Reply With Quote