ActiveDocument.Bookmarks("Status").Range.Text = "Clearing All Unneeded Files - Please wait"
ClearAllUneededFiles
The bookmark change does not display until after the subroutine ClearAllUneededFiles completes. How do I display the bookmark change before running ClearAllUneededFiles?
ActiveDocument.Bookmarks("
Application.OnTime Now + TimeValue("00:00:01"), "ClearAllUneededFiles"