Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.