Hi Jamal,
I've previously provided code to show the document name, path, etc in the titlebar, via:
.Caption = ActiveDocument.FullName
You could modify that to inlcude the Word version # via code like:
.Caption = "Word " & Application.Version & ": " & ActiveDocument.FullName
Do note that this shows the actual version # (eg 12.0 for Word 2007), not the marketing name. I don't think you can make the Version # appear after the 'Microsoft Word' string that appears on the title bar.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|