3.2.04b Shipping labels: Final post-processing VBScript-routine

The introduction

Suppose that, we need to run VBA-macro (regarding to ready XLSX-file) for implementing of some specific requirements. As you know, XLSX format does not support VBA macro. However, we able to run VBScript routine using OLE.

VBScript is a subset of the VBA, and they are almost the same. However, there are few differences between them.

Read more here about Final post-processing .

Attention! VBScript post-processing won't be performed in background mode.

Lets insert Final post-processing VBScript-routine into the previous example form . The routine will perform below :

    • adds new worksheet with name TestVBScript

    • adds rows from the context nested table to the new sheet