InlineShapes.AddPictureBullet (Word)
Adds a picture bullet based on an image file to the current document. Returns an InlineShape object.
AddPictureBullet (FileName, Range)
Selection.InlineShapes.AddPictureBullet _
"C:\Art files\RedBullet.gif"
Arguments
The following argument is required
FileName (String) - The file name of the image you want to use for the picture bullet.
Optional arguments
The following argument is optional
Range (Range) - The range to which Microsoft Word adds the picture bullet. Word adds the picture bullet to each paragraph in the range. If this argument is omitted, Word adds the picture bullet to each paragraph in the current selection.