View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
thomas häger thomas häger is offline
external usenet poster
 
Posts: 6
Default Programmatically updating document properties of closed file

I would like to programmatically update the document properties of a
closed file as part of a home made doc mgmt tool. I was reading the
great instructions from Chip Pearson (http://www.cpearson.com/excel/
docprop.htm). But as I understand the case this solution is not fit
for Office 2007 or later documents. Obviously it will be mainly these
type of documents I will work with. Is there any way to do it also for
Office 2007 and later documents? Thanks for any support!
//Thomas