Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 05-26-2016, 05:03 PM
ward calaway ward calaway is offline Outline mode: does not go to next level Windows 7 64bit Outline mode: does not go to next level Office 2007
Novice
Outline mode: does not go to next level
 
Join Date: May 2016
Posts: 2
ward calaway is on a distinguished road
Default Outline mode: does not go to next level

When I select outline mode, I get the first number heading, but when I Tab, it doesn't go to the next level (i.e., from 1.0 to a. to I, etc.) Other installations on other computers work fine.
Reply With Quote
  #2  
Old 05-27-2016, 12:44 AM
Stefan Blom's Avatar
Stefan Blom Stefan Blom is offline Outline mode: does not go to next level Windows 7 64bit Outline mode: does not go to next level Office 2013
Moderator
 
Join Date: Aug 2011
Posts: 3,907
Stefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to all
Default

Click File | Options | Proofing | AutoCorrect Options. On the AUtoFormat As You Type tab, select "Set left and first indent with tabs and backspaces."
__________________
Stefan Blom
Microsoft Word MVP

Microsoft 365 apps for business
Windows 11 Professional
Reply With Quote
  #3  
Old 05-27-2016, 07:28 AM
ward calaway ward calaway is offline Outline mode: does not go to next level Windows 7 64bit Outline mode: does not go to next level Office 2007
Novice
Outline mode: does not go to next level
 
Join Date: May 2016
Posts: 2
ward calaway is on a distinguished road
Default Outline Mode

Thank you Stefan; that did the trick.

Ward
Reply With Quote
  #4  
Old 05-27-2016, 04:10 PM
Stefan Blom's Avatar
Stefan Blom Stefan Blom is offline Outline mode: does not go to next level Windows 7 64bit Outline mode: does not go to next level Office 2013
Moderator
 
Join Date: Aug 2011
Posts: 3,907
Stefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to all
Default

I'm glad I could help. Thanks for the feedback.
__________________
Stefan Blom
Microsoft Word MVP

Microsoft 365 apps for business
Windows 11 Professional
Reply With Quote
  #5  
Old 05-27-2016, 04:24 PM
Stefan Blom's Avatar
Stefan Blom Stefan Blom is offline Outline mode: does not go to next level Windows 7 64bit Outline mode: does not go to next level Office 2013
Moderator
 
Join Date: Aug 2011
Posts: 3,907
Stefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to all
Default

You can use the following macro, created by MVP Graham Mayor, to update all fields on document open:

Code:
Sub AutoOpen()
'Code created by MVP Graham Mayor
Dim oStory As Range
For Each oStory In ActiveDocument.StoryRanges
oStory.Fields.Update
If oStory.StoryType <> wdMainTextStory Then
While Not (oStory.NextStoryRange Is Nothing)
Set oStory = oStory.NextStoryRange
oStory.Fields.Update
Wend
End If
Next oStory
lbl_Exit:
Set oStory = Nothing
Exit Sub
End Sub
Press Alt+F11 to display the Visual Basic Editor. Click View | Project Explorer. Click to select "Normal." Click Insert | Module. Paste in the macro above into the module you just created. Click the Save button on the toolbar. Close the Visual Basic Editor.

Exit and restart Word when you are done.
__________________
Stefan Blom
Microsoft Word MVP

Microsoft 365 apps for business
Windows 11 Professional
Reply With Quote
Reply

Tags
numbering, outline



Similar Threads
Thread Thread Starter Forum Replies Last Post
Outline mode: does not go to next level What is Outline Level mmoid2015 Word 1 01-16-2015 03:55 AM
Outline mode: does not go to next level Macro to toggle outline level Jennifer Murphy Word VBA 3 01-22-2014 11:22 PM
Outline mode: does not go to next level Querying the paragraph outline level Jennifer Murphy Word VBA 1 01-18-2014 01:20 AM
Outline mode: does not go to next level Paragraph Outline level changes bburns Word 10 07-16-2013 02:34 AM
Outline level to Body Text dariober Word 0 08-23-2010 02:54 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:49 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