Save As R2000 in VB

Discussion in 'AutoCAD' started by Lawrence Gabriel, Feb 6, 2005.

  1. Create batch utility which allows saving to a previous version.

    originall written for R2000, the syntax I used was:

    object.SaveAs FileName, 8

    where 8 was the number that would save the drawing as a R14 version

    Now that I am using R2004, I tried modifying this syntax to save as R2000
    version, but no matter what number I use as a file type, its does not work.

    Has the syntax changed.

    Any help gets you a copy of my batch utility

    TYIA
     
    Lawrence Gabriel, Feb 6, 2005
    #1
  2. Lawrence Gabriel

    ECCAD Guest

    This worked in 2005.

    Snippit from VBA Customization group.
    <<
    Sub Test()
    ThisDrawing.SaveAs "C:\Temp\SaveAs Test", ac2000_dwg
    End Sub
    [/QUOTE][/QUOTE]

    Bob
     
    ECCAD, Feb 6, 2005
    #2
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 (here). After that, you can post your question and our members will help you out.