Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 12-16-2018, 03:57 AM
Guessed's Avatar
Guessed Guessed is offline Change macro to only use large bullets Windows 10 Change macro to only use large bullets Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

And doing it with styles, it would be like this. The first half wouldn't actually need to run every time. Once the document styles are configured that part wouldn't need to be used again.
Code:
Sub BulletsAndSizer()  
  With ActiveDocument.Styles("Normal").Font
    .Size = 18
    .Name = "Times New Roman"
  End With
  With ActiveDocument.Styles("List Bullet")
    .Font.Size = 18
    .Font.Name = "Times New Roman"
    .ListTemplate.ListLevels(1).Font.Size = 40
  End With
  
  Dim aRng As Range
  Set aRng = Selection.Range
  aRng.Expand Unit:=wdStory
  aRng.Style = "Normal"
  Set aRng = Selection.Range
  aRng.Style = "List Bullet"
End Sub

__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
  #2  
Old 12-20-2018, 08:06 AM
14spar15 14spar15 is offline Change macro to only use large bullets Windows 7 64bit Change macro to only use large bullets Office 2010 64bit
Competent Performer
Change macro to only use large bullets
 
Join Date: Mar 2011
Posts: 100
14spar15 is on a distinguished road
Default

Hello, with all this I should be able to make something work here. Thanks for all the input.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change default bullets settings in Word 2016? kevinbradley57 Word 4 10-05-2018 09:50 AM
Bullets automatically change values AllenWalker Word 4 07-18-2018 06:43 AM
How do I get bullets and text to change color together? jborchel PowerPoint 0 12-05-2012 03:16 PM
Change macro to only use large bullets Change color of text in bullets franklyorange PowerPoint 2 06-22-2010 04:51 AM
Is there a way to change the header in a large amount of documents at one time? ntsstaffing Word 1 07-11-2009 12:12 PM

Other Forums: Access Forums

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