View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eithne R Eithne R is offline
external usenet poster
 
Posts: 1
Default Finding read-only & pwd protection attibutes of Word & Excel files

Hi , I'm using the application.filesearch method in an Excel macro to
identify a list of Word and Excel files. I want to check the read-only and
password protection attributes of these word & Excel files and return a flag
to a populated list in Excel.

What object allows me access these attributes? Cheers.