Hi,
I am creating an Excel 2007 add-in using Visual Studio 2008 and I have a Windows Form that allows a user to select a date. What I want to do is store that date in the Workbook that the user saves so that the plug-in can reference that date programatically without the user having to constantly enter the date. Anyone else done this before?
Thanks