Function Entry: VL-VBALOAD

โ† Prev | โ†‘ Chapter | Next โ†’ | Index | Symbols

Function Entry: VL-VBALOAD

Name

vl-vbaload

Class

Visual LISP application-loading function

Syntax

(vl-vbaload project)

Arguments and Values

  • project — string naming the VBA project file.

Description

Loads a VBA project.

Return Values

String containing the file name and path of the loaded project.

Side Effects

Loads VBA project state into the host environment.

Compatibility

Host- and platform-dependent legacy integration facility.

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

See Also

  • AutoCAD-Windows-only. No BricsCAD analogue: BricsCAD does not embed a VBA module callable from LISP under this name. Divergence documented in vendor-inventory-2026.org ยง10 item 9.

Notes

  • Autodesk documents that an error occurs if the file is not found.
  • Autodesk documents a Unicode-related change in AutoCAD 2021 controlled by LISPSYS.
  • Autodesk documents secure-mode restrictions through SECURELOAD and TRUSTEDPATHS.

Compatibility

Available on AutoCAD for Windows only; not available in AutoCAD LT for Windows, or on macOS or Web.