G
Guest
I have a macro that goes through each spreadsheet in a folder and formats the
sheet.
I'd like to have the code first check to see if there is a Custom Document
Property and if so if it is set to True (this will tell the macro to close
the file and move to the next one - the current one has already been
formatted).
If it doesn't find the property (or if the property is set to false) it
would format the file, then add the property (or set it to true).
Can this be done via VB?
Thanks!
sheet.
I'd like to have the code first check to see if there is a Custom Document
Property and if so if it is set to True (this will tell the macro to close
the file and move to the next one - the current one has already been
formatted).
If it doesn't find the property (or if the property is set to false) it
would format the file, then add the property (or set it to true).
Can this be done via VB?
Thanks!