![]() |
|
#1
|
|||
|
|||
|
I need a VBA code to add bullets to sub parts of statement. |
|
#2
|
||||
|
||||
|
The most convenient way is to create a style with bullet formatting and have the macro apply the style.
Alternatively, depending on what you are trying to accomplish, setting up a template, possibly with predefined content, might be preferable.
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
#3
|
|||
|
|||
|
can you give the vba code for this.
|
|
#4
|
||||
|
||||
|
Code:
Dim orng As Range Set orng = Selection.Paragraphs(1).Range orng.Style = "List Bullet"
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
How to interchange from numbered bullets to bullets
|
ep2002 | Word | 8 | 11-05-2013 06:53 AM |
| Bullets and numbering | MIDDEN1 | Word | 1 | 09-04-2011 05:12 AM |
Help on bullets
|
alamorchgirl | Word | 1 | 05-18-2011 02:43 PM |
Need help with bullets please!
|
Tysmom | Word | 1 | 01-25-2010 03:04 PM |
bullets
|
teedoff | Word | 3 | 06-17-2009 11:36 PM |