- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I would like to select on screen some entities based on their handle. I already have a list of their handles in excel and I want to feed this list into a command and have the entities selected on screen. I can use VBA to export the list to an scr or lsp file, but unfortunately I use AutoCAD LT and I cannot use VBA all the way.
Please note that I am not looking into selecting them on screen by clicking on each individual entity.
I have tried the AutoLisp selection set manipulation commands and I get back the creation of selection sets, but I never manage to make any of those sets to actually "materialise" as selection on screen, which is what I want. I essentially need this as a way to select the AutoCAD LT entities from excel and continue the interaction on them in AutoCAD LT.
What I have tried so far is to use VBA to generate a scr file utilising the SELECT and HANDENT commands. When I copy and paste its content in the command line, it works. When I try to run it as a script it does not, although there are no errors in the command line history.
The closest I can get so far is to use VBA to put the commands in the Clipboard and paste it in command line, but is there any better way to do this?
Thanks a lot in advance!
Solved! Go to Solution.