As part of an Excel Workbook Template a Dictionary object (from the Scripting Runtime Library) is created and added to. Is it possible to save this in some way along with the Workbook such that it is available on starting up the Workbook, or should I just export the data to a worksheet and save it, then reload it in the next time?
相关问题
- Excel sunburst chart: Some labels missing
- Move character on map on clicked position
- Error handling only works once
- Error handling only works once
- Excel formula in VBA code
相关文章
- Get column data by Column name and sheet name
- programmatically excel cells to be auto fit width
- Unregister a XLL in Excel (VBA)
- Unregister a XLL in Excel (VBA)
- Creating a dictionary for each word in a file and
- Can a VBScript function return a dictionary?
- How to prevent excel from truncating numbers in a
- numeric up down control in vba
Why not save it to a file?
'~~~~~~~~~~~~~~~~
I reckon a worksheet is the best bet. You might like to use the very hidden option, which means the sheet can only be made visible by code.
For example: