![]() |
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 |
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 |
All times are GMT +1. The time now is 08:09 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com