WaxonWaxov
Board Regular
- Joined
- Apr 9, 2009
- Messages
- 141
Hi!
OK, Word 2007, references tab... manage sources.
This is a great tool for managing the sources you use when writing research papers to automatically create a bibliography.
Is there a way, in VBA code, to access this data? It's obviously being stored in a file somewhere as Word remembers all your sources from one document to the next.
What I am doing: I love to write for Wikipedia. Beating the Wiki-nazis at their own game has become sport for me. Taking a fairly obscure historical figure and researching and writing an article = big fun as far as I am concerned. (I know I'm a nerd)
Anyhow, it's difficult to write in wikicode in Word as word freaks-out calling all the clode incorrectly spelled, plus reading the text is difficult with all that code mixed-in.
So what I am doing is writing a proceedure that will automatically convert a research paper written in Word to wikicode. Sor far everything works beautifully. Automatic conversion of bold, italic, links to other wiki articles (very important), links to other sites, section headings, and I've even got endnote (footnotes) to convert to wikicode perfectly. If it sounds like I'm proud of myself I am.
Any help on accessing the date stored within Word's source library will be much appreciated.
OK, Word 2007, references tab... manage sources.
This is a great tool for managing the sources you use when writing research papers to automatically create a bibliography.
Is there a way, in VBA code, to access this data? It's obviously being stored in a file somewhere as Word remembers all your sources from one document to the next.
What I am doing: I love to write for Wikipedia. Beating the Wiki-nazis at their own game has become sport for me. Taking a fairly obscure historical figure and researching and writing an article = big fun as far as I am concerned. (I know I'm a nerd)
Anyhow, it's difficult to write in wikicode in Word as word freaks-out calling all the clode incorrectly spelled, plus reading the text is difficult with all that code mixed-in.
So what I am doing is writing a proceedure that will automatically convert a research paper written in Word to wikicode. Sor far everything works beautifully. Automatic conversion of bold, italic, links to other wiki articles (very important), links to other sites, section headings, and I've even got endnote (footnotes) to convert to wikicode perfectly. If it sounds like I'm proud of myself I am.
Any help on accessing the date stored within Word's source library will be much appreciated.
Last edited: