VB Solidworks Block SheetName

Discussion in 'SolidWorks' started by Marc, May 27, 2005.

  1. Marc

    Marc Guest

    How to check the block sheetname

    Block_Def = swDrwDoc.GetBlockDefinitions
    For i = 0 To UBound(Block_Def)
    Set swBlockDef = Block_Def(i)
    Debug.print swBlockDef.getsheetname ???????????

    Thank

    Marc
     
    Marc, May 27, 2005
    #1
  2. Marc

    SWX-VAR-JP Guest

    Marc,

    Are you looking for the drawing sheet name or the block names?

    Jeff
     
    SWX-VAR-JP, May 27, 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.