My VB code works perfectly for existing WORD documents with properly formed table regions. However I created a new WORD document (using Microsoft WORD 2010) and cannot seem to correctly specify the TableStart and TableEnd row specifications for a properly formed region. As a result the data is not printing the data from the DataTable object in my VB code (which by the way is populated correctly), instead it is printing the specification I have typed in the WORD document.
Please show me or send me a sample WORD document with a properly formed TableStart Region. Thank you.