Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The goal of this function is to create a VBA macro to created marked up tables in a Word document.
  2. This function will only create the VBA code. To see the table you should place the parameter in a Word template and use the WINWORD$the WINWORD$() function to create the document based on this template (remember always to check your modified RTF template...)

...

To generate the Word document containing this dataset as proper Word table, we use the following relation (see also WINWORD$also WINWORD$() ):

MyReport$ = WINWORD$ Appendix_element.rtf("Report_" + STR$(TIME(0)) + "_Set_"+STR$(ORCA(1)) + ".doc", 0, VBA_Macro$, ItemName)

...