ListLevel.PictureBullet (Word)

Returns an InlineShape object that represents a picture bullet.


Sub PicBullet() 
 ActiveDocument.ListTemplates(1) _ 
 .ListLevels(1) _ 
 .PictureBullet.Width = InchesToPoints(0.25) 
End Sub