Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mfspini

  1. mfspini

    How can I find an operation by name in a sheet metal model.

    Hi, I programing in Excel using VBA. I programed a rutine that opens a solid edge file .psm (taking the file name and path fron a cell) and then save as dxf. But before the save as command I would like to suppress some operation whichs name start whit "Suppress". I don't know how can I call all...
  2. mfspini

    How can I define a material from data base to .Par or .Psm

    Hi, I am programing an application in Excel using VBA and I would like to know how can I define a material to a part or sheet mettal document. The material and of course all its properties that are saved in the data base of solid edge. Thanks, MS
  3. mfspini

    Problems runing a complement

    I design a complement in VB6 thats start when I save as a file. Its shows a form where I complete same information before I save the file. Same times the form apears and desapears so solid edge is waiting for the form but I can not see the form so the PC is stuck and I have to finish SE...
  4. mfspini

    DraftDocument PrintOut Sub. How can I print a specific sheet.

    Hi, I am very gratefull, it is working now. Please if you need help in other topics let me know. MS
  5. mfspini

    DraftDocument PrintOut Sub. How can I print a specific sheet.

    Hi, I can not make it work. Could you please give me a complete example. Thank you very much. MS
  6. mfspini

    DraftDocument PrintOut Sub. How can I print a specific sheet.

    Hi, I did this: objDoc.Sections.WorkingSection.Sheets.Item("Hoja1").Activate Call objDoc.PrintOut(Orientation:=lPaperOrient, ColorAsBlack:=True, PaperSize:=lPaperSize, Scale:=1#) But it still printing all pages of the document. Do you have another one? thenks
  7. mfspini

    DraftDocument PrintOut Sub. How can I print a specific sheet.

    This is my first post. I have been programing diferent tools using VBA in Excel that work with SE. Now I am trying to print a specific sheet of a draft document. I open the draft document, detect the sheets size and orientation but I can't print out only a specific sheet. The function I am using...

Part and Inventory Search