View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dean Dean is offline
external usenet poster
 
Posts: 93
Default Change Author Name

This sounds promsiing but I am a little confused. I assume this is visual
basic coding. I do not see it on the This Workbook tab and, for that matter,
don't see it in any of the modules.

The only other places I can't search are atpvbaen, funcres, and name
manager, all with .xla extensions - they want a password to enter. I assume
these are related to add-ins and so this command would not be hdiing there.

Where could that coding be?

Thanks!
Dean

"Carim" wrote:

Hi Dean,

ActiveWorkbook.Author = "John DEAN"

HTH
Cheers
Carim