Excel VBA - Sketchup API integration

See here for information about downloading the SDK.

You will not be able to use the binaries in VBA though. They are not compatible.

image

Instead you can use the Ruby API inside SketchUp to read the Excel files and draw a model from them.

Reading and writing to Excel from SketchUp is not a trivial task since SketchUp doesn’t really support gems. See here for more info.