View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Maileen Maileen is offline
external usenet poster
 
Posts: 5
Default change Company property

thanks a lot, it works great


Norman Jones wrote:
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