I need to store information about a workbook that is, potentially, 10KB to 20KB total in size. The data is structured in XML.
The SaveSetting function is quite tempting, but I'm unsure how much data I can store. Is there a limit on the string size?
I would rather avoid saving this to a...