LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Set Excel Author Option?

which is a read-only setting and hence no good to you.

It is not a read-only setting. You can set the 'Author' property
with code:

ThisWorkbook.BuiltinDocumentProperties("Author").V alue = _
"New Author Name"
MsgBox ThisWorkbook.BuiltinDocumentProperties("Author").V alue



--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"dominicb"
wrote in message
...

Hi Tom

Unfortunately not. According to Excel's help files the only
way to
access the author name is to use theBuiltInDocumentProperties
structure
thus:

Sub Test()
a = ActiveWorkbook.BuiltinDocumentProperties("Author") .Value
MsgBox a
End Sub

which is a read-only setting and hence no good to you.
Although using
legitimate instructions, XL doesn't seem to like communicating
all file
properties to Access. Stumped!

Sorry I cannot be of any further help.

DominicB


--
dominicb
------------------------------------------------------------------------
dominicb's Profile:
http://www.excelforum.com/member.php...o&userid=18932
View this thread:
http://www.excelforum.com/showthread...hreadid=379129



 
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
Excel author name Jim Lynch Excel Discussion (Misc queries) 6 March 29th 10 04:40 PM
want to see excel author name tab PaTina Excel Discussion (Misc queries) 1 March 2nd 10 08:00 PM
Add author in Excel 2007 lglenn Excel Discussion (Misc queries) 1 January 3rd 10 11:21 PM
Is there an author field in Excel? Gord Dibben Excel Discussion (Misc queries) 1 March 19th 09 09:49 PM
Is there an author field in Excel? Gord Dibben Excel Discussion (Misc queries) 0 March 18th 09 03:22 PM


All times are GMT +1. The time now is 07:51 AM.

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

About Us

"It's about Microsoft Excel"