Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 09-25-2018, 05:27 AM
ashalles135 ashalles135 is offline Word macro to insert text at the beginning of paragraph but skip tables Windows 7 64bit Word macro to insert text at the beginning of paragraph but skip tables Office 2010 64bit
Novice
Word macro to insert text at the beginning of paragraph but skip tables
 
Join Date: Sep 2018
Posts: 4
ashalles135 is on a distinguished road
Default

YES!! So, I kept trying things this morning and eventually got the macro working.

Thank you! I was able to find the piece I needed from within your code.

I added:
Or .Information(wdWithInTable) = True
to the statement that ignores certain things in the document.

Complete macro below:


With ActiveDocument.Content.Find
.ClearFormatting
.Style = wdStyleNormal
Do While .Execute(Forward:=True, Format:=True) = True
With .Parent
If Left(.Text, 1) = vbCr Or Left(.Text, 1) = " " Or Left(.Text, 1) = chr(12) Or .Information(wdWithInTable) = True Then
'do nothing
Else
.InsertBefore "(U) "
End If

If .End = ActiveDocument.Content.End Then


Exit Do
Else
.Move unit:=wdParagraph, Count:=1
End If
End With
Loop
End With
End Sub
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Word macro to insert text at the beginning of paragraph but skip tables Convert particular blocks of text within a word document to tables using macro benbob Word VBA 5 07-15-2018 03:20 AM
Word macro to insert text at the beginning of paragraph but skip tables word macro To insert text at the beginning and at end of paragraph ArieH Word VBA 20 09-10-2017 04:23 PM
Word macro to insert text at the beginning of paragraph but skip tables Can't insert space at the beginning of a line in Word p89.schneider Word 6 03-24-2016 11:38 PM
Word macro to insert text at the beginning of paragraph but skip tables Macro to Insert text into the beginning on specific paragraphs unless the paragraph is blank caboy Word VBA 2 04-01-2015 07:00 AM
Looping macros to add text to beginning and end of a paragraph pachmarhi Word VBA 0 02-16-2009 06:57 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:49 AM.


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