![]() |
|
#1
|
||||
|
||||
![]()
You don't need to do anything regarding StoryRanges; what you need to do is:
• modify the Style of the paragraphs concerned, reducing the before/after spacing; and/or • use Find/Replace process to delete empty paragraphs.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#2
|
|||
|
|||
![]()
Hi, Paul;
Thank you very much. I will try what you suggested. Since this is an Excel/Word combined situation, I was not sure which forum I should go. Sorry about it. Thank you again. Jason |
#3
|
|||
|
|||
![]()
Hi, Paul;
I made the following code and it works: With objWordFile.ActiveDocument Dim myParagraphs As Paragraphs Dim myparagraph As Paragraph Set myParagraphs = .Paragraphs For Each myparagraph In myParagraphs myparagraph.Range.ParagraphFormat.SpaceAfter = 0 Next End With Thank you again for your guidance. Jason |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error: "Changes made were lost...reconnect with server", when switching "from" field | randhurrle | Outlook | 2 | 02-25-2015 06:51 PM |
When composing an e-mail how do I add "Page Layout" and "View" tabs to the ribbon | CensorTilSin | Outlook | 1 | 12-11-2013 12:05 PM |
help with compatibility of "WdSaveFormat" property of SaveAs method | ajetrumpet | Word | 0 | 07-15-2013 07:29 AM |
Method to active "Select Drawing Objects" | rgustin | Word VBA | 1 | 08-18-2012 11:58 AM |
![]() |
Jamal NUMAN | Word | 2 | 07-03-2011 03:11 AM |