View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Michl[_2_] John Michl[_2_] is offline
external usenet poster
 
Posts: 27
Default File Properties Code

How can I manipulate the File Properties for a Workbook. I tried recording
a macro following the keystrokes File | Properties and then entered data for
Title, Subject and Author but nothing appeared in the macro.

I'm trying to use the subject field to record a version number and date for
the model and transfer this exact data to a splash screen. My thought is
I'd entered the current version number and date in a cell which would be
transferred to the File | Properties when the workbook is saved and
transfers to the splash screen when the workbook is opened.

Thanks for the help.