Dear vb users,

I am trying to reset the author of an Excel sheet with the next command:

Workbooks("q.xls").author = "New"


The only choice I do have is:

- Workbooks("q.xls").AutoUpdateFrequency
- Workbooks("q.xls").AutoUpdateSaveChanges

How can I make the choice for .Author?

My references are connected with: Microsoft Excel8.0 Object Library

Nice regards,

Michelle.