Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 01-30-2015, 11:26 AM
JohnWilson JohnWilson is offline Macro code to open outline renumbering Windows 7 64bit Macro code to open outline renumbering Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Not sure what you mean and surely this is not that much a pain to do manually.

Code would be tricky as this is a read only property but you MIGHT be able to fool PowerPoint like this:

Code:
Sub outlineView()
ActiveWindow.ViewType = ppViewNormal
If ActiveWindow.Panes(1).ViewType = ppViewThumbnails Then
Application.CommandBars.ExecuteMso ("OutlineThumbnailsShowHide")
    ActiveWindow.Panes(1).Activate
DoEvents
ActivePresentation.Slides.Range.Select
End If
Application.CommandBars.ExecuteMso ("BulletsAndNumberingNumberingDialog")
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
find a code and create outline bnyamin Word VBA 3 10-20-2014 11:56 PM
Macro code to open outline renumbering Macro to toggle outline level Jennifer Murphy Word VBA 3 01-22-2014 11:22 PM
Macro to toggle outline level Jennifer Murphy Word VBA 0 07-08-2013 08:20 AM
VBA Code in Project to Wake Up/Open Excel OTPM Excel Programming 2 05-23-2011 02:24 PM
VB code from one document runs on other open documents beav_35 Word VBA 0 11-10-2010 02:52 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:13 PM.


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