Message 1 of 7

Not applicable
01-31-2017
10:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'd like to use VBA to automatically run MASSPROP and save the results as a file. I'd do this manually by typing:
massprop enter
all enter enter enter
y enter enter
so to do this in VBA I tried the command
SendCommand ("_massprop" & vbCr & "_all" & vbCr & vbCr & vbCr & "_y" & vbCr & vbCr)
but it only gets to the "Write analysis to file?" stage and then stops
I'm very new to VBA in AutoCAD and AutoCAD generally so I'd appreciate any help.
Thanks!
Solved! Go to Solution.