Já sei descobrir o valor do bullet, com a função
V = Selection.Range.ListFormat.ListValue
lstring = Selection.Range.ListFormat.ListString
MsgBox "List value " & V _
& " is represented by the string " & lstring
Agora falta só Localizar o bullet.
Eu preciso primeiro localizar, para depois conferir se o seu valor é o que eu preciso.
Como localizar?
Obrigada.