Early binding vs Late Binding: How to write macros that will always run with no errors
TLDR: Here’s what you need to know about Early Binding Vs Late Binding Use early binding for writing macros. It provides IntelliSense and enforces types.
TLDR: Here’s what you need to know about Early Binding Vs Late Binding Use early binding for writing macros. It provides IntelliSense and enforces types.
Unlock any VBA macro
This macro deletes all dangling dimensions from all sheets in the active drawing document.
This macro adds a watermark to the active sheet of the active drawing document: Think you caught a bug or want to get a custom
VBA macros continue to be the choice of the SOLIDWORKS community for automating repetitive tasks. After years of contributing to the API forum and seeing various examples of VBA macros being stretched to the limits of what VBA can do, it is about time to compile a list of reasons why upgrading a VBA macro to a .NET add-in makes sense.
If you’re working with large SOLIDWORKS projects, you know how cumbersome it can be to deal with dangling dimensions in your drawings. This simple yet