Is there a way 2 store data in a Word Doc?
I want to create a Word doc with VBA in it such that through a forms interface I can gather dates and some details about those dates, and store that in the doc, preferably in some property of the doc (perhaps in a CSV format).
Later, I want to be able to tell this document, âCreate thyself!â and have it put a month per page, filling in the appropriate day/month combo with the details for that day. (There will never be more than 1 item/day. The items are where I'm playing that night. I haven't figured out how to be in [u]></u> 2 places/night, so...)
The only Part of this plan that I don't know of is the data storage part.
It's not really a lot of data, and I'd like to make the document/data/machinery self-contained...
|