![]() |
#1
|
|||
|
|||
![]()
How to know in which version of Word we are working?
I'm wondering why the Microsoft doesn't indicate the version of the software on the title bar such that we can know where we are! for example, the AutoCAD software has this feature! see the screenshot below all the best Jamal ![]() ![]() |
#2
|
||||
|
||||
![]()
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] |
#3
|
|||
|
|||
![]() Quote:
I'm wondering why it is impossible to show the version of the Word: 1. as year version like 2007, 2010, ... 2. to appear after the 'Microsoft Word'? ![]() |
#4
|
||||
|
||||
![]()
Probably because Microsoft thinks users should know what Word version they're using without the need for extra prompts. After all, most versions look quite different from the others.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#5
|
|||
|
|||
![]() Quote:
all the best Jamal |
#6
|
|||
|
|||
![]() Quote:
these features are simple but very basic! best jamal |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
hans | Excel Programming | 4 | 12-10-2011 07:03 AM |
How to find out the version of the word files? | mariaprabudass | Word | 0 | 06-18-2010 05:40 AM |
problem opening document in word 2007 version | Lavanya | Word | 1 | 05-28-2010 03:40 AM |
How to find the version of word file? | mariaprabudass | Word | 6 | 04-29-2010 03:33 AM |
How to get Word working? | AllanZhou | Office | 3 | 06-23-2009 12:42 AM |