Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi. I am new in visual basic. I am trying to automatically create a list of parts that are changing dimensions by a parameter. So I need a for loop to change the parameter and save the file for each value in the list. (this is just a first step, in second step I will create a nested loop.)
I tried to write a rule but it doesnt work. Can you help me?
SyntaxEditor Code Snippet
For Each index In {2, 4, 6} BB = index * 10 iLogicVb.UpdateWhenDone = True ThisDoc.Document.SaveAs("dd" & ".ipt" , False) Next
Ulaş Deniz

Forumlarımızda çözülen sorularınızı "ÇÖZÜM OLARAK KABUL ET" ( "ACCEPT AS SOLUTION" ) seçimiyle işaretlemeyi lütfen unutmayın.
Beğendiğiniz mesajları lütfen "Övgü Puanı" (KUDO) ile ödüllendirin.
Youtube : https://www.youtube.com/channel/UCkJpVueGScmJvW1RIgqttSg
Solved! Go to Solution.