![]() |
#1
|
|||
|
|||
![]()
Hello everyone,
I have created a macro to change the font properties in a document but would like to run the same macro in all DOC files placed in a specific folder. Is there any code to do that in a batch process? If yes, which code should I use for that and where/how to include it in the macro below? Note that Macro should work for .DOC formats although I also will be use it for .DOCX. Many thanks! Sub Macro1() With ActiveDocument.Styles("Normal").Font .NameFarEast = "Calibri" End With With ActiveDocument.Styles("Normal") .AutomaticallyUpdate = False .BaseStyle = "" .NextParagraphStyle = "Normal" End With End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Edszx | Word VBA | 2 | 05-27-2019 11:16 PM |
Batch re-naming | twols26 | Word VBA | 7 | 06-16-2015 12:29 PM |
![]() |
saurabhlotankar | Excel Programming | 10 | 06-03-2015 05:50 PM |
![]() |
martinlest | Excel Programming | 5 | 01-09-2015 09:34 AM |
![]() |
romanticbiro | Office | 1 | 06-30-2014 06:04 PM |