Change Block Description

Discussion in 'AutoCAD' started by Riccardo Marchionni, Jul 18, 2003.

  1. I'm looking for a method to change the description of an existing block via
    VBA without any input of the user.

    I would the routine to be:

    For i = 0 To ActiveDocument.Blocks.Count - 1
    if ActiveDocument.Blocks(i).Name="XXX" then
    <change block description>(?)
    end if
    next i
    ....
     
    Riccardo Marchionni, Jul 18, 2003
    #1
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.