Message 1 of 2
Type mismatch when point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For j = 0 To UBound(xtype)
Debug.Print xtype(j) & " - " & xdata(j)
Next
This code works untill a World Space Position (1011) is found... then a Type Missmatch error is encountered...
How can I code it to handle this?
Debug.Print xtype(j) & " - " & xdata(j)
Next
This code works untill a World Space Position (1011) is found... then a Type Missmatch error is encountered...
How can I code it to handle this?