Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Changing the File Save Properties

Is there a way to change the file properties of a
spreadsheet? What I want to do is set a flag within the
Comments section of the File properties so that if a
certain function is performed, it'll set the flag and the
next time the spreadsheet is open that function won't
appear again.

Is that possible?

Any help would be appreciated.

Kirk
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 620
Default Changing the File Save Properties

Kirk,

This code creates a custom property. Just tag it to your code

ActiveWorkbook.CustomDocumentProperties.Add Name:="myName", _
LinkToContent:=False, _
Type:=msoPropertyTypeString, _
Value:="Bob", _
LinkSource:=False

--
HTH

-------

Bob Phillips
... looking out across Poole Harbour to the Purbecks


"Kirk" wrote in message
...
Is there a way to change the file properties of a
spreadsheet? What I want to do is set a flag within the
Comments section of the File properties so that if a
certain function is performed, it'll set the flag and the
next time the spreadsheet is open that function won't
appear again.

Is that possible?

Any help would be appreciated.

Kirk



Reply
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 Properties Tab on Doc Save abet_72 Excel Discussion (Misc queries) 5 July 28th 08 08:21 PM
File Properties Modified Date not changing ALEX Excel Discussion (Misc queries) 0 February 6th 07 02:59 PM
changing folder order in File Save LDBlanes Excel Discussion (Misc queries) 2 January 10th 07 07:06 PM
Changing a comma separated text file and save it. BristolBreeze Excel Discussion (Misc queries) 0 March 23rd 06 10:32 AM
Cell changing it's properties jtpeters New Users to Excel 0 December 27th 05 10:09 PM


All times are GMT +1. The time now is 04:50 PM.

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

About Us

"It's about Microsoft Excel"