![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Location: =ActiveCell.Address
Posts: 478
|
Hi All,
I've got what I think is a simple problem but I'm damned if I can find the answer... What's the VBA code to use to change the File>Properties window (Author, Title, Company etc.)? Thanks a lot |
|
|
|
|
|
#2 |
|
Join Date: Feb 2002
Posts: 39
|
Example :-
ThisWorkbook.BuiltinDocumentProperties("Author") = "AJ" |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: =ActiveCell.Address
Posts: 478
|
Brilliant!
Thank you. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|