02-01-2021
01:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-01-2021
01:38 AM
Why does this ilogic code not work?
Dim FileName As String For i As Integer = 1 To 10 FileName = ThisDoc.Path & "\" & "VertY" + i.ToString + ".ipt" ThisDoc.Document.SaveAs(FileName, True) Next
I want to save the same file 10 times with different names
Solved! Go to Solution.
02-01-2021
02:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-01-2021
02:08 AM
It is working, what is it that is not working for you? Do you get any error messages? See below GIF, which shows it is working.
If this answer has solved your problem please ACCEPT SOLUTION and hit like if you found it helpful..!
Regards,
Dutt Thakar
LinkedIn
Regards,
Dutt Thakar
02-01-2021
02:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report