Problem with vba, dvb in Autocad
Problem with vba, dvb in Autocad
(OP)
Hi, i've a problem in Autocad vba.
Hope someone can help me.
Here is what i d like to do.
I need to write a macro in order to open all *.dwg in a directory, after to put object in view top and to save and close files. Really simple in apparence but i only know vba in excel....
Thanks a lot
Hope someone can help me.
Here is what i d like to do.
I need to write a macro in order to open all *.dwg in a directory, after to put object in view top and to save and close files. Really simple in apparence but i only know vba in excel....
Thanks a lot





RE: Problem with vba, dvb in Autocad
which AC version are you running?
I would write a script, download "Script Pro" and run...
Lothar
ADT 2004
ACAD 2002
RE: Problem with vba, dvb in Autocad
Thanks for ur help
RE: Problem with vba, dvb in Autocad
Thank u
Bye
RE: Problem with vba, dvb in Autocad
CODE
1
_-view
_top
_qsave
_close
Is this ok? put the text in an editor ->save as Name.scr -> open ACAD -> command "_script"
That's for one file...
Lothar
ADT 2004
ACAD 2002
RE: Problem with vba, dvb in Autocad
Thanks a lot
RE: Problem with vba, dvb in Autocad
I have posted a link:
http://us
SKRIPTPRO
I think it will run with 2000i.
Lothar
ADT 2004
ACAD 2002
RE: Problem with vba, dvb in Autocad
Thanks really for ur help
RE: Problem with vba, dvb in Autocad
http://www.activedwg.com/html/VBA.htm has some examples that I have found helpful.
Good luck!
M.
RE: Problem with vba, dvb in Autocad
http://www
"Everybody is ignorant, only on different subjects." — Will Rogers
RE: Problem with vba, dvb in Autocad