Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
i want to iterate through the text boxes in my sketch. Is this possible?
I tried this:
Dim oDoc As PartDocument oDoc = ThisDoc.Document Dim oSketch As PlanarSketch oSketch = oSketch.Item(3) Dim oTextBox As TextBox oTextBox = oSketch.TextBoxes For Each oTextBox In oSketch.Item(3) i = i+1 Next
Solved! Go to Solution.