Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 07-14-2023, 02:12 PM
ahmadmeleha ahmadmeleha is offline A problem with MS word numbering duplication Windows 10 A problem with MS word numbering duplication Office 2021
Novice
A problem with MS word numbering duplication
 
Join Date: Jul 2023
Posts: 1
ahmadmeleha is on a distinguished road
Exclamation A problem with MS word numbering duplication


Hello there,
I'm using MS word 2021, and there is an annoying problem that I face while I try to copy a question format by "Format Painter"
Questions are already having numbers and when I copy the 1st question format to apply it to the whole document questions, it gives the question the right numbering but it doesn't remove the already present number and counts it as a question word.
This takes me a lot of time and effort to remove all the excess numbers at the questions body.

here's what I mean in the picture below.



Is there any solution to make the MS word remove that excess number automatically when adding the formatting number at the same time, without removing it manually?
Attached Images
File Type: png 2023-07-15_000000.png (38.1 KB, 6 views)
Reply With Quote
  #2  
Old 07-15-2023, 12:13 PM
Charles Kenyon Charles Kenyon is offline A problem with MS word numbering duplication Windows 11 A problem with MS word numbering duplication Office 2021
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,140
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

See:
Question and Answer Styles
Reply With Quote
  #3  
Old 07-16-2023, 04:38 PM
Guessed's Avatar
Guessed Guessed is offline A problem with MS word numbering duplication Windows 10 A problem with MS word numbering duplication Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 3,977
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

In your screenshot, the first number is an automatic number and the repeated number is hardcoded (typed in and editable).

It isn't apparent from your screenshot whether the A. to E. answers are hardcoded or automatic numbers so this can be a problem if you wanted an method to remove the hardcoded numbers from only the questions. Assuming they are all automatic numbers and you ONLY want to remove the hardcoded numbers from the questions then you can run a macro to do that to selected paragraphs.
Code:
Sub NumberingDeleteHardcoded()
  'Only acts on selected paragraphs
  Dim iResp As Integer
  iResp = MsgBox("This macro will remove all hardcoded paragraph numbers " _
    & vbCr & "from the SELECTED paragraphs. Click OK to continue.", _
    vbOKCancel, "Delete Hard Numbers")
  If iResp = vbOK Then
    WordBasic.ToolsBulletsNumbers Replace:=0, Type:=1, Remove:=1
  End If
End Sub
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Email duplication on server? lard Outlook 1 10-03-2017 12:48 AM
A problem with MS word numbering duplication How to Filter Each Duplication Set by Following Chronological Rules? maupinsmason Excel 1 11-05-2016 09:20 PM
Word 2011 MAC - caption numbering problem aureiphi Word 9 07-22-2013 02:47 AM
Numbering Problem ydbret Word 0 08-05-2010 12:38 PM
Link Bar Duplication redbull2689 Misc 0 06-11-2006 08:39 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:31 PM.


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