The following macro will do this:
Code:
Sub NumbersToText()
ActiveDocument.ConvertNumbersToText
End Sub
Document.ConvertNumbersToText method (Word) | Microsoft Learn
Install/Employ VBA Procedures (Macros) by Greg Maxey
Do this in a copy because I do not believe it can be undone.