Oct 5, 2005 #1 jonbarr MIS Joined Jun 20, 2003 Messages 66 Location NZ how can I include the file properties which can be viewed when opening Tools/properties/statistics on an excel spreadsheet
how can I include the file properties which can be viewed when opening Tools/properties/statistics on an excel spreadsheet
Oct 6, 2005 #2 xlhelp Instructor Joined Dec 7, 2001 Messages 2,976 Location CA You would need to use VBA. Look for help in VBA under BuiltinDocumentProperties or post this question under VBA forum http://www.geniusmedia.ca Upvote 0 Downvote
You would need to use VBA. Look for help in VBA under BuiltinDocumentProperties or post this question under VBA forum http://www.geniusmedia.ca
Oct 6, 2005 Thread starter #3 jonbarr MIS Joined Jun 20, 2003 Messages 66 Location NZ Thanks xlhelp. We eventually found a way to do it by embedding a Word object in the spreadsheet. Upvote 0 Downvote