I have an excel workbook which contains 2 worksheets: a pricing tool and a pricing log. The pricing tool takes the data input from the user and runs a macro to produce a price (sheet 1). Then, the date, customer name, and price are stored on the pricing log (sheet 2).
Currently, I am updating the pricing tool every week, and want my sales teams to use only the most current pricing tool. Also, I want my sales teams to send me back the pricing log so I can keep track of all of the quotes being made.
I have found a code to self-destruct a workbook, however, that is not my goal. I want to put an expiration date on a workbook for 1 week so that after 1 week my sales team can no longer access the pricing tool. Moreover, I want the workbook sent back to me so I can reveiw sheet 2, the pricing log.
Is there any way to put an expiration on the workbook which will prevent my sales team from using it but still allow me to open the pricing log? My idea is to possibly put an expiration on the pricing tool worksheet if this is possible, so that this piece will expire after 1 week, while the pricing log worksheet stays intact.
Is this possible?
Thanks so much in advance for your help!
Currently, I am updating the pricing tool every week, and want my sales teams to use only the most current pricing tool. Also, I want my sales teams to send me back the pricing log so I can keep track of all of the quotes being made.
I have found a code to self-destruct a workbook, however, that is not my goal. I want to put an expiration date on a workbook for 1 week so that after 1 week my sales team can no longer access the pricing tool. Moreover, I want the workbook sent back to me so I can reveiw sheet 2, the pricing log.
Is there any way to put an expiration on the workbook which will prevent my sales team from using it but still allow me to open the pricing log? My idea is to possibly put an expiration on the pricing tool worksheet if this is possible, so that this piece will expire after 1 week, while the pricing log worksheet stays intact.
Is this possible?
Thanks so much in advance for your help!