Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default change Company property

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
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





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change insidewidth property M Selvaraj Charts and Charting in Excel 1 April 23rd 06 01:07 PM
Is there a Filename property in PrintOut property Christian[_6_] Excel Programming 4 September 3rd 04 10:12 PM
Change Option Button Property Value with VBA Jm Excel Programming 1 May 14th 04 07:38 PM
Worksheet / Workbook Change Property Peter Excel Programming 3 April 28th 04 01:56 PM
ASPX can't change PageSetup property of Chart Lowell Excel Programming 2 October 10th 03 01:00 AM


All times are GMT +1. The time now is 05:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"