I would like to automate Bible verse lookup in Microsoft Excel.
The user would input the Bible verse reference into cell A1 and then a VBA function would put the ESV Bible verse cell B1.
My first thought was to pull the verse from a Bible website, using a technique shown here:
http://www.youtube.com/watch?v=7sZRcaaAVbg
However, I thought there might be an easier way than parsing the downloaded .html. The .html from biblegateway.com wasn't obvious to me.
Any ideas or suggestions?
Thanks,
Torrey