Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 01-30-2015, 10:17 AM
J C M J C M is offline Macro code to open outline renumbering Windows XP Macro code to open outline renumbering Office 2007
Novice
Macro code to open outline renumbering
 
Join Date: Apr 2011
Posts: 3
J C M is on a distinguished road
Default Macro code to open outline renumbering


Hello. I have Office 2010. Since there is no recording macro option in PowerPoint now, I need some macro code to open the PowerPoint Outline > Bullets and Numbering dialog box. I have to renumber a lot of outlines in slides and its a pain to have to open it each time. Can someone help?

Thanks,
JCM
Reply With Quote
  #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,912
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
Reply

Thread Tools
Display Modes


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 04:05 AM.


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