The Visual Basic Edit dialog box

  1. Using ReadSoft Invoices Manager, click New or Edit in the Events settings for an invoice profile or a job description.
  2. Click Code in the Event details dialog box.



You can do the following in the Visual Basic dialog box.

  • Perform simple text editing on the VBA code.
  • Open and save text files.
  • Compile and run VBA code.

All VBA code is color-coded as you type it. The colors are controlled by the INVOICES_VBA.ini file located in the ReadSoft Invoices Bin directory.

Note ReadSoft Invoices's internal VBA engine is recommended only for simple debugging or status messages. We strongly advise against using the VBA engine for production customizations. Use COM plug-ins for production customizations.

The other menu items in the dialog box are:

File

Compile

Help

Related topic

Maximum size of VBA code