A family of Microsoft word processing software products for creating web, email, and print documents.
Nothing available through VBA, apparently.
I had a person well versed in VB write me a simple progress bar executable which I call via a Shell command just after I set Word 'Application.Visible = False'.
When the VBA routine is completed, I restore Word 'Application.Visible = True' and then 'kill' the progress bar using "TaskKill.exe" and the progid provided by the Shell command.
Roy