Why: I wanted to experiment with text parsing in Excel, and loops in VBA.
How it works:
- Poetry gets pasted into a hidden sheet, one line per cell
- A macro parses each verse (row) into one word per column
- The number of words (columns) per verse (row) is calculated
- A second macro reads each line one word at a time and updates the displayed line to include the next word. A 0.1 second delay gives the visual effect of composing poetry.
I want to try: download it here