VBA
Discuss AutoCAD ActiveX and VBA (Visual Basic for Applications) questions here.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Invalid argument FilterType

1 REPLY 1
Reply
Message 1 of 2
vidjeane
616 Views, 1 Reply

Invalid argument FilterType

Below is the part of my code where it returns error while selection.

 

Dim ft1(0 To 6)
Dim fd1(0 To 6)
ft1(0) = -4: fd1(0) = "<AND"
ft1(1) = 0: fd1(1) = "INSERT"
ft1(2) = -4: fd1(2) = "<OR"
ft1(3) = 2: fd1(3) = "XREF*"
ft1(4) = 2: fd1(4) = "Xref*"
ft1(5) = -4: fd1(5) = "OR>"
ft1(6) = -4: fd1(6) = "AND>"
mset.Select acSelectionSetAll, , , ft1, fd1

 

Suggestions Pls.

Vidjeane.M
1 REPLY 1
Message 2 of 2
vidjeane
in reply to: vidjeane

Dim ft1() as Integer

Vidjeane.M

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost