View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default change Company property

Hi Maileen,

Try:

ActiveWorkbook.BuiltinDocumentProperties("Company" ). _
Value = "Your value"

---
Regards,
Norman



"Maileen" wrote in message
...
Hi,
I'm looking for a way how to change thanks VBA the property COMPANY of my
workbook.

How can i do this ?

thanks a lot,
Maileen