Hi again.
Thanks for this great macro, it helped me immensely during my last ebook project.
When I run the Macro in Word 2010, I click either "No" or "Cancel" for all questions except the last one "Save HTML?" where I click "Yes".
I seem to be having the following problems with the Macro:
1) unordered lists are converted to ordered lists
2) some paragraphs fail to convert, and become a simple hard return (new line) in HTML code
3) page breaks are ignored; I find that the best way to code a page break for Kindle books is
<br style="page-break-after:always;" />
because it produces an empty line in the "Click to LOOK INSIDE" feature on Amazon.com.
4) Word's non-breaking spaces (Ctrl+Shift+Space) are not converted to
Am I doing something wrong with the Macro? Would it be possible to fix some of those issues?
Just in case, I am attaching a test file, with the problem areas highlighted in bubblegum pink color.