I would like to open my workbook via a VBA so that I can try writing some code to protect the workbook from being given away. Since I am very new to VBA, I need to be pointed in the right direction. In the VBA, I will insert some lines of code that looks to see if a specific date has passed. I will, by this method have a spreadsheet that has an expiration date to it. (The sheet will work for only so long) If the date is still in the future, the VBA opens up the workbook. If the date has passed, the VBA doesn't open it.

Any help or steering me in the right direction is appreciated.

Thanks,
Excel Kurt