rwbaker
Computer
- Mar 27, 2004
- 37
acad2004 - vba
I want to be able to replace text strings in a drawing
I have written a program which calcs perameters for a drawing
the drawing is not to scale so all i am trying to do is replace items with the calced value
Private Sub cmdCreatePart_Click()
xxx = Replace("DimA", DimA, XX)
End Sub
thanks in advance
I want to be able to replace text strings in a drawing
I have written a program which calcs perameters for a drawing
the drawing is not to scale so all i am trying to do is replace items with the calced value
Private Sub cmdCreatePart_Click()
xxx = Replace("DimA", DimA, XX)
End Sub
thanks in advance