Help with printing DWG

A

Al

I am trying to view or print an AutoCAD file with ext. DWG. Does anyone know
how?
thanks
 
J

Jack Leach

See the ShellExecute function at

http://mvps.org/access/api/api0018.htm

Use it as is to open the file, or pass the second argument as "Print"
instead of vbNullString to print the file (it wil open, print, and then close
the file in whatever registered app (acad I assume, or some viewer)).

All but the most recent versions of ACad have VBA programming capability as
well if you need further options...

hth


--
Jack Leach
www.tristatemachine.com

"I haven't failed, I've found ten thousand ways that don't work."
-Thomas Edison (1847-1931)
 
J

Jack Leach

See the ShellExecute function at

http://mvps.org/access/api/api0018.htm

Use it as is to open the file, or pass the second argument as "Print"
instead of vbNullString to print the file (it wil open, print, and then close
the file in whatever registered app (acad I assume, or some viewer)).

All but the most recent versions of ACad have VBA programming capability as
well if you need further options...

hth


--
Jack Leach
www.tristatemachine.com

"I haven't failed, I've found ten thousand ways that don't work."
-Thomas Edison (1847-1931)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top