Hi all,
I have a problem regarding saving a .ipt file to .iges.
At the moment we are using Inventor 11 and I have a part file which is roughly 1.5MB in size.
The problem is that it doesn't seem to want to save in .iges format.
I have tried "re-build all" and then tring to save but to no...
Hi!
I was hoping you guys could help.
At the moment we are going through a change from 2006 to 2007.
Some computers are changed and some are not, to combat this we are saving all files as 2004.dwg format but are we are getting computer crashes and a lot of the entities are being changed into...
Hi all,
I have just started learning VBA.
I have a small problem that I hope somebody may be able to help me out.
I was wondering how you add two TextBoxes together arithmetically.
My code is like this:
TextBox4.Text = TextBox3.Text + TextBox2.Text
but when I put in the data i.e 149 + 92...
Hi all,
I have a question I would like to ask about linking my vba programme to the "area" on autocad, I have written my program as a simple weight calculation program like this:
(Thanks to ab123456, msmith & johnwm on my last post)
Private Sub ComboBox1_Change()
End Sub
Private Sub...
Hi,
I am a beginner to VBA and have started to write a simple weight calculation program, it goes like this:
Private Sub ComboBox1_Change()
End Sub
Private Sub UserForm_Initialize()
ComboBox1.AddItem "7.85"
ComboBox1.AddItem "2.60"
ComboBox1.AddItem "8.46"
ComboBox1.AddItem...
Hi,
I was wondering if anyone could point me in the right direction or if anybody has had a similar problem?
At the moment we are using Autocad Mechanical 2006,
we changed over to autocad in roughly 2004 from cimcad.
Our legacy drawings have been converted from cimcad format into .dwg.
We then...
Hi,
I was wondering if anybody could help me?
I am looking for some advice on what would be the best approach to learning macro language and VBA?
Are there specific books that will take you from beginner level onwards?
Are there any on-line tutorials?
all advice would be much appreciated...