Filled circle
Location on ribbon: Tab DVD Addin → Group Text and Number → Menu Bullets
Command ID: btnBlackCircle
What it does
Prepends a filled-circle bullet ● plus a space to every line inside the selected cells. This is the workhorse bullet for method statements, material lists, and the "Scope of work" column of an acceptance record — the places where one Excel cell holds several lines broken with Alt+Enter.
Before inserting, the command runs the bullet-strip step itself, so you can switch a range from ★, ◆, or − to ● in one click without ending up with two stacked symbols.
How to use
- Select the cells that need bullets.
- Go to the DVD Addin tab → Text and Number group → open the Bullets menu → choose Filled circle.
- The add-in handles each eligible cell in the selection:
- Text cell —
●is added at the start of every line. - Empty cell — just
●is written, ready for you to type after it. - Formula cell — the formula is wrapped as
=""&"● "&(original formula), so the bullet shows in the result while the formula stays live.
- Text cell —
- The status bar reports
Processed N cells (bullet ●).
Example
The "Scope of work" column of a construction work acceptance record:
| Before | After |
|---|---|
| Erect column formwork, grid A‑3 Inspect rebar before pouring Pour grade 300 column concrete | ● Erect column formwork, grid A‑3 ● Inspect rebar before pouring ● Pour grade 300 column concrete |
A formula cell holding =B5&" m³" becomes =""&"● "&(B5&" m³") — still live, so the displayed quantity keeps tracking the source cell.
Notes
- Cells holding numbers, dates, or TRUE/FALSE are skipped, so a date is never flattened into a serial number.
- Text cells are switched to Text format (
@) before writing, so a string like● 1.is not reinterpreted as a date. Formula cells keep their existing format. Ctrl+Zwill not undo the change; use (None) to remove the bullets if you applied them by mistake.- Hidden rows and columns are skipped, and each merged area is processed once, at its top-left cell.
- With nothing selected, the status bar shows
Please select a data range.
Related
- (None) — remove the bullets and return to plain text.
- Filled star — a stronger marker for items that need emphasis.
- Minus — a lighter symbol for a second list level.
- Numbered list — when the items need an order rather than a symbol.