View Single Post
 
Old 12-07-2021, 09:33 PM
Bikram Bikram is offline Windows 10 Office 2007
Advanced Beginner
 
Join Date: Jul 2021
Location: Nepal
Posts: 94
Bikram is on a distinguished road
Default

Actually, At first, those styles were in auto numbering but I accidentally ran the code Activedocument.range.listformat.convertnumberstote xt to .docx files while I was looping through files and they were converted to manual numbering and saved. So Selection.range.listformat.convertnumberstotext was for .doc documents which were not changed into manual numbering.

Below is the sample document. Which process would be easier and time-efficient for me? To change the numbering by using the code I posted above or to change them into autonumbering again and then delete numberings like 1., 2. etc and then change them into desired list numbering. So, for the sake of convenience, I used the above method. If there is another way to solve this problem. Please, guide me.
Attached Files
File Type: docx Sample.docx (14.2 KB, 7 views)
Reply With Quote