I have a VBA script designed under V8i and which worked very well on this version. By wanting to reuse it under CONNECT I have an error that occurs at each execution on my DGN.
Rub-time error '-2147467259 (80004005)'
Method 'CreatePropertyHandler…
I am trying to create a selection of the specified region
and then remove any text from the selection that has
"MATCH LINE" in its contents. Then I want to change the selected
elements class to "Construction".
Below is the code I have so far…
I am glad to see that the issue is marked as being resolved.
FWIW. For future troubleshooting reference for issues like this there are two tools I find highly useful to narrow in on and identify where and what the real problem are.
1. NET HELPMSG…
Hello,
Company wide we are having macro issues. We are all using:
Windows 7
MS V8I SS2 v8.11.7.443
Microsoft Office 2010
We operate on MDT CADSTDDs but have our own modified configuration file. Their macros have been created on a Windows…
Please let me know what is the problem here. I have done almost the same as what Jon Summers suggested.
Sub myDumVertices() Dim theListOfElements As ElementEnumerator Dim theElement As ShapeElement Dim myVertexList() As Point3d Dim myScanCriteria As…