![]() |
#11
|
|||
|
|||
![]()
Hi, Vivka! I'm using your code here above, but I need to insert two conditions:
-- skip if paragraph is centered -- and skip if paragraph contains a numeral I've tried the two sets of code here below, but the second condition does not work. Para.Range.Select If Para.Range.ParagraphFormat.Alignment <> wdAlignParagraphCenter _ And Mid(Para.Range, 1) <> "^#" Then Para.Range.Select If Para.Range.ParagraphFormat.Alignment <> wdAlignParagraphCenter _ And Not IsNumeral(Mid(Para.Range, 1)) Then Can you help? Thanks! |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Format Word Document - Remove timestamps on individual lines | lbeck | Word | 4 | 06-21-2023 12:47 PM |
How do I format indented bulleted lines??? HELP PLEASE!!! | nicholeproffitt | Word | 1 | 02-05-2015 05:42 PM |
![]() |
LaercioNB | Excel | 1 | 08-09-2013 06:03 PM |
How to remove unwanted lines - I cannot even find how/where they are inserted! | nickib | Word | 7 | 08-09-2013 06:01 AM |
![]() |
jcw | Word | 1 | 11-18-2011 11:47 AM |