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...
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
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...
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
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...