Mar 24, 2006 #1 DanielXIX Programmer Jul 31, 2005 18 TR Hi all, Is there a way to get "microsoft office version" programatically? Regards. Daniel.
Mar 24, 2006 #2 JurkMonkey Programmer Nov 23, 2004 1,731 CA Use System.IO.FileInfo to get the file info for the office application that you want to check (i.e. WINWORD.exe) then check the version number or the product name from the fileinfo. Upvote 0 Downvote
Use System.IO.FileInfo to get the file info for the office application that you want to check (i.e. WINWORD.exe) then check the version number or the product name from the fileinfo.
Mar 25, 2006 Thread starter #3 DanielXIX Programmer Jul 31, 2005 18 TR thanx for ur reply, i m working on your suggestion. Upvote 0 Downvote