AutoCAD Land Desktop (Read Only)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 2
Anonymous
165 Views, 1 Reply

SDSK call in VBA

I am looking to this menu macro inside a vba macro... any takers. Thanks

^C^C^C^P(cr_mnl)(zz_sdsk '(cg:points:import));LDD


Grant
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

Hi Grant,

ThisDrawing.Sendcommand "(cr_mnl) " loads the ALD software. It may be
necessary if you haven't carried out an ALD command before running your
program.

ThisDrawing.Sendcommand "(cg:points:import) " should run the Point Import
process.

You should only run this last line as the last command in a function.

(zz_sdsk '(cg:points:import)) effectively packages the Point Import command
into a lisp command LDD which allows you to repeat the command by pressing
enter after running the command from the menu.

--


Laurie Comerford
CADApps
www.cadapps.com.au


"GDTech" wrote in message
news:D926D5224C19D542EF147D085CA54783@in.WebX.maYIadrTaRb...
> I am looking to this menu macro inside a vba macro... any takers. Thanks
>
> ^C^C^C^P(cr_mnl)(zz_sdsk '(cg:points:import));LDD
>
>
> Grant
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report