Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default file properties with cell data?

I need to fill the file properties like Title, Subject, Author and specially
the Comments with data from different cells.
What VBA function do I need to look into?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default file properties with cell data?

With ActiveWorkbook
.BuiltinDocumentProperties("Author") = Range("A1").Value
.BuiltinDocumentProperties("Comments") = Range("A2").Value
End With

etc.

--
HTH

Bob Phillips

"Geto" wrote in message
...
I need to fill the file properties like Title, Subject, Author and

specially
the Comments with data from different cells.
What VBA function do I need to look into?

Thanks



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
I want to insert the file properties into a cell for printing. Felicity Excel Discussion (Misc queries) 1 February 5th 07 04:59 PM
How do I display custom file properties in a cell Glen Perry Excel Discussion (Misc queries) 4 November 20th 06 05:59 PM
How do you use EXCEL formula in properties of file (cell content) chiefcook Excel Discussion (Misc queries) 1 November 10th 05 04:53 PM
How can I access/display File -> properties in a cell Denny Excel Discussion (Misc queries) 1 March 4th 05 02:22 PM
How do I show some of the file properties in a cell in a work she. Mike on the learning curve! Excel Worksheet Functions 2 December 30th 04 11:14 PM


All times are GMT +1. The time now is 11:48 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"