change Company property

  • Thread starter Thread starter Maileen
  • Start date Start date
M

Maileen

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
 
Hi Maileen,

Try:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top