Versions Compared

Key

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

...

  • ProgramName$ is a string expression containing the name of the software to be used. Present programs tested:
    • MSWord (also see WINWORD$see WINWORD$() function)
    • MSEXCEL (also see EXCEL#() function)
    • MSVISIO
    • Rhinoceros (use Rhino3, Rhino4)
    • AutoCAD (use AutoCAD16, AutoCAD17)
    • MatLab
  • (Script)FileName$ is a string expression containing the name of (drawing) file or the file in which the macro script has to be saved.
  • Macro$ is a string expression containing the macro script, either VBA or any other supported script.
  • OutputFile$ is a String expression containing the name of an output file created by the script, if any. This output file can e.g. contain a set of values computed by the script in the software used.
  • ContinueCaption$ is an optional string argument containing the caption of the modal continue button that is shown after posting the script to the connected software. In the case of a CAD system or drawing program, this allows you to make changes to the result generated by the script before allowing the system to continue the session.

...

Please note that you can use this functionality in addition to the WINWORD$the WINWORD$() function.

Microsoft EXCEL

The relation

...