jrice174
Civil/Environmental
- Nov 8, 2004
- 129
I'm trying to save some program data so that the next time I run a VBA program the form has some of the controls set as they were the last time it was run in that document. I know I could create a separate worksheet to store it but I'd really like it invisible.
In Word I can use ThisDocument.Variable.AddItem(VariableName) to create a place to store a varaible. In AutoCAD I can use Name = ThisDrawing.GetVariable("USERS1") as a place to get a string of data. Is there anything in Excel that is similar where I can store data that gets saved with the workbook?
In Word I can use ThisDocument.Variable.AddItem(VariableName) to create a place to store a varaible. In AutoCAD I can use Name = ThisDrawing.GetVariable("USERS1") as a place to get a string of data. Is there anything in Excel that is similar where I can store data that gets saved with the workbook?