Restrictions of VBA

<< Click to Display Table of Contents >>

Navigation:  Working with CanEasy > Automation in CanEasy > VBA > Using VBA >

Restrictions of VBA

 

The VBA development environment has a few restrictions that must be kept in mind when developing macros:

 

A line has a maximum length of 1024 characters.
 

A line can be extended by a maximum of 24 line continuations.
 

A function has a maximum length of 256 characters.

 

A compiled module or function has a maximum size of 64 kilobytes.