I've always used Distiller for creating a PDF files. The steps were as follows:
1) create a PostScript file from Ustation
2) create PDF file from PostScript file using Distiller
Maybe there is an another way how to create the PDF, but you need appropriate plotter driver.
Vlado
I think you need to split your software progam to DLL's and/or ActiveX's. It hepls you with loading and your application to be a bit faster. But the space is nearly the same.
Do you clean your arrays to remove unnecessarily information?
Vlado
You can give the same name to all TextBox-es you want. Once you use the same name textbox-es will have an index. then you can work with them ysint that index.
e.g.
TextBox(1).Visible = True
TextBox(2).Visible = False
Vlado
Does anybody know how to add a tag to the element using macro in MicroStation95, please.
I'm tring to automatize processes in our company and this is the solution I want to use. I know that USTN 95 is a it old application but I believe there is an engineer who can answer me question.
Many...
Improved procedure:
Sub DELETE_EXP()
For MY_COLS = Range("IV1").End(xlToLeft).Column To 1 Step -1
CURRENT_CELL = Lcase(Range("A1").Offset(0, MY_COLS - 1).Value)
If CURRENT_CELL Like "exp" Or _
CURRENT_CELL Like "*exp" Or _
CURRENT_CELL Like "exp*" Or _
CURRENT_CELL...
While you are using dynamic arrays be carefull with using ReDim statment. This statment always clear all your array. To keep your array use following. The following code show how to increase your array with protecting all array data.
'ReDim Preserve MyArray(UBound(MyArray)+1)'
Vlado
I have tried to set width to Millimeters. I tried to set column width to 10mm. I used following procedure:
1cm = 567 twips
1mm = 56.7 twips
1point = 20 twips
=> 1mm = 2.835 points
when I set up this value I NEVER get the result 10mm. I all the time got the value '9.789'. Can sombody help me...
Guys,
visit this web site www.arkitur.se/maf/snuttlisteng.htm there is tool called 'Quick Snap'. It works the same or similar to auto-snap in V8. It supports the intersection snap.
Enjoy it,
Vlado
[pc2]
Vlado
Hello,
can somebody help me with the following, please.
I need to stop CAD program which I did not create for a while (until user do a click on its window).
Thanx,
Vlado [pc2]
Hello,
can somebody help me find out how can I select custom background color /open custom color dialog box which returns value of selected color/ for text box when macro runs (in runtime), please.
Many thanks,
Vlado
Thanks,
Vlado
I created MAcro based fiel in excel. I saved this file as 'Excel Add-In' *.xla. When I starts excel my toolbars are visible on the toolbox. It is okey but every time I starts excel the dialog box with message "'Macros may contain viruses ...' Disable/Enable macros" is shown. Is there...
Can somebody help me with this issue, please.
I am looking for a free utility or macro which allows to import excel table into microstation 95.
Many thanks,
Vlado