hello all,
i'm new to all of this, so please forgive me if i'm not making sense...
i'm writing an excel 2007 vba macro that should traverse a directory and get the contenttypeproperties of each file.
the directory will contain many different document types - doc, xls, pdf to name a few.
the trouble is, as i see it, that i need to open the file to get the contenttypeproperty. so, i would need to anticipate the document type and write a subroutine for each.
is there a way to get contenttypeproperties for each file in folder regardless of document type?
thanks!
i'm new to all of this, so please forgive me if i'm not making sense...
i'm writing an excel 2007 vba macro that should traverse a directory and get the contenttypeproperties of each file.
the directory will contain many different document types - doc, xls, pdf to name a few.
the trouble is, as i see it, that i need to open the file to get the contenttypeproperty. so, i would need to anticipate the document type and write a subroutine for each.
is there a way to get contenttypeproperties for each file in folder regardless of document type?
thanks!