Results 1 to 2 of 2

Thread: Inserting blocks into a Table Object

  1. #1
    mphillips Guest

    Inserting blocks into a Table Object

    Does anyone know how to insert a block into a Table object cell via VBA?

    I've been looking through the object model and can't seem to find a method to insert blocks. Is there some other technique that would work?

  2. #2
    cbvrha Guest
    A quick guess of the general procedure...

    blkId = { get the block's id via ObjectID Property }
    tblobj.SetBlockTableRecordId(row, col, blkId, bAutoFit)
    tblobj.SetBlockRotation(row, col, blkRotation)
    tblobj.SetBlockScale(row, col, blkScale)
    tblobj.Update

    --
    Chris

Similar Threads

  1. DIN blocks for inserting in drawing
    By Backslash in forum AutoCAD
    Replies: 0
    Last Post: 10-25-2005, 01:10 PM
  2. Inserting Blocks from a Library
    By mrphines in forum Customization
    Replies: 0
    Last Post: 02-04-2005, 08:22 AM
  3. When inserting a view...
    By BEN EADIE in forum SolidWorks
    Replies: 1
    Last Post: 02-02-2005, 02:33 PM
  4. Replies: 4
    Last Post: 01-24-2005, 07:09 PM
  5. object data table
    By Gerhard Wolf in forum AutoCAD
    Replies: 0
    Last Post: 12-30-2004, 08:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum