I'm working on COM Add-in for Excel.
This application allows you to type in a nominal account number and then the application goes off and finds details of the account and inserts it into the Spreadsheet.
This nominal account is set up in a tree structure. So an account may have child accounts or sibling accounts. I need to set it up so that when you right click on an account (or account description for that matter). It gives the option.
Part of the information inserted into the sheet is the budgetting. So certain columns may store the budget for January, Feb etc. When the user double clicks on this I might want it to Zoom either to the underlying transactions or to a finer grained budget say Month -> Week -> Day -> Individual transactions.
The problem I have is that to make this work I need some form of meta-data in a cell. Say What it is (Account Number, Budget etc), Record identifier, etc.
Anybody got an idea how one might store Meta-data in a cell with the sheet itself (rather than in some form of database)
tools are VS.Net 2005/Excel 2003/7 (yes I'm on the Beta Programme )
This application allows you to type in a nominal account number and then the application goes off and finds details of the account and inserts it into the Spreadsheet.
This nominal account is set up in a tree structure. So an account may have child accounts or sibling accounts. I need to set it up so that when you right click on an account (or account description for that matter). It gives the option.
Part of the information inserted into the sheet is the budgetting. So certain columns may store the budget for January, Feb etc. When the user double clicks on this I might want it to Zoom either to the underlying transactions or to a finer grained budget say Month -> Week -> Day -> Individual transactions.
The problem I have is that to make this work I need some form of meta-data in a cell. Say What it is (Account Number, Budget etc), Record identifier, etc.
Anybody got an idea how one might store Meta-data in a cell with the sheet itself (rather than in some form of database)
tools are VS.Net 2005/Excel 2003/7 (yes I'm on the Beta Programme )
Comment