![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi there,
I need to be able to turn the function off.....It is causing me a number of headaches with some templates that I am using. Does anyone know a way I can try to turn this off? As when I use some macros in a template it automatically turns this on......The macros have all been written in 2000 where this feature did not exist. Which is causing a nightmare with all the current formatting. Any help would be great!!! |
#2
|
|||
|
|||
![]()
For the relevant styles, try setting the
NoSpaceBetweenParagraphsOfSameStyle to False. See the MSDN article at http://msdn.microsoft.com/library/de...0307591 0.asp (NoSpaceBetweenParagraphsOfSameStyle Property [Word 2003 VBA Language Reference]) You may also want to turn on the "Don't use HTML paragraph auto spacing" compatibility option in Tools | Options, Compatibility tab. In VBA, something like this should do the trick: ActiveDocument.Compatibility(wdDontUseHTMLParagrap hAutoSpacing) = True See the MSDN article at http://msdn.microsoft.com/library/de...HV03076444.asp (Compatibility Property [Word 2003 VBA Language Reference]) -- Stefan Blom Microsoft Word MVP "spnz" wrote in message news ![]() Hi there, I need to be able to turn the function off.....It is causing me a number of headaches with some templates that I am using. Does anyone know a way I can try to turn this off? As when I use some macros in a template it automatically turns this on......The macros have all been written in 2000 where this feature did not exist. Which is causing a nightmare with all the current formatting. Any help would be great!!! |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
I am having difficulty with deleting headers and footers | LHD | New Users | 5 | July 24th 06 01:44 AM |
hard space between words. | Sandy L | Microsoft Word Help | 7 | May 5th 06 08:25 PM |
Reveal codes in a word document | FUN101 | Microsoft Word Help | 3 | April 25th 06 09:03 PM |
Converting WordPerfect 12 files to Word 2003 | Curious | New Users | 3 | March 29th 06 01:05 AM |
Word 97 in Windows XP to maintain formatting | Charlie''s Word VBA questions | Microsoft Word Help | 21 | October 24th 05 09:49 PM |