Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 08-01-2011, 08:08 PM
frjphunt frjphunt is offline Change Drop Cap Defaults? Windows 7 32bit Change Drop Cap Defaults? Office 2010 32bit
Novice
Change Drop Cap Defaults?
 
Join Date: Aug 2011
Posts: 1
frjphunt is on a distinguished road
Default Change Drop Cap Defaults?

I use Drop Caps quite a lot in liturgical publications. Is there a way to change the defaults for them? I regularly use a special font, other than the font I use for body text, and regularly want the drop cap to be two lines rather than three. I would like to establish my font choice and size as the default. I am an experienced Word user but have found no hint of how to do this anywhere.

Thanks for any help given.
Reply With Quote
  #2  
Old 08-04-2011, 12:31 PM
Ulodesk Ulodesk is offline Change Drop Cap Defaults? Windows 7 32bit Change Drop Cap Defaults? Office 2007
Word 2013 Expert Cert
 
Join Date: Sep 2009
Location: Virginia
Posts: 866
Ulodesk is on a distinguished road
Default Use a macro

Here's an easy macro which I recorded using Word's macro recorder:

Code:
Sub CustomDC()
'
' CustomDC Macro
'
'
    With Selection.Paragraphs(1).DropCap
        .Position = wdDropNormal
        .FontName = "Bodoni"
        .LinesToDrop = 2
        .DistanceFromText = InchesToPoints(0)
    End With
End Sub
You can simply copy this into your Macros page. If you are not familiar with this, don't worry -- it's easier than you think. Note that you'll need to have Word's Developer tab showing in the ribbon, which means checking a box in Word's set-up options.

In brief, with Word open, press Alt+the F11 key, which will open Word's Macro coding page. You should then be able to simply paste the code above into the right hand pane (which may be blank, if you have created no other macros) and then press the Save icon in the usual place up top.

Note that I chose Bodoni. You can substitute the font name of your choice where you see the name Bodoni in the code text. Likewise, you can change the DistanceFromText value. Or, just look up Record a macro, and create your own from scratch, using Word's macro recorder.

Pressing Alt+F11 again will take you back to Word.

To run the macro, go to your Developer tab and choose Macros. you should see this one listed as Custom DC (for Drop Cap). Select it and press run.

You can create a button or keyboard shortcut for it; I prefer keyboard shortcuts. You can look this up, too.

Best,
Ulodesk.

Last edited by Ulodesk; 08-04-2011 at 12:34 PM. Reason: Incomplete
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Word 2010 setting defaults for send to mail recipient yancyxc Word 0 06-28-2011 05:07 AM
"Change Word Options" don't change ADKREV Word 0 11-12-2010 10:56 AM
Word 07: file defaults to "show markup" ml20100407 Word 0 04-07-2010 02:47 PM
How To Reset The Defaults Settings Mixman77 Office 0 01-16-2010 02:42 PM
changing defaults in Word 2007 FrankDuffy Word 1 08-03-2009 06:54 AM

Other Forums: Access Forums

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