hexagon logo

Pcd2excel

Does anyone have a compiled(or even the source) version of the PCD2EXCEL which will ignore any Dimensions where OUTPUT=NONE ? Please,Please ?
Parents
  • The source code for pcd2excel is available in the wizards folder of the pc-dmis install, but you'll need vb6 to view it.


    then you need to check for the outputmode setting of the dimension command


    If cmd.IsDimension Then

    If cmd.dimensioncommand.outputmode <> 3 Then


    'code to get data from command here

    end if

    end if
Reply
  • The source code for pcd2excel is available in the wizards folder of the pc-dmis install, but you'll need vb6 to view it.


    then you need to check for the outputmode setting of the dimension command


    If cmd.IsDimension Then

    If cmd.dimensioncommand.outputmode <> 3 Then


    'code to get data from command here

    end if

    end if
Children
No Data