View Single Post
 
Old 12-28-2011, 05:25 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,341
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

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]
Reply With Quote