Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Dim fileName As String
Dim path As String
path = ThisDoc.WorkspacePath()
fileName = "filename"

ThisDoc.Document.SaveAs(path & "\" & "900C7H" & L_1 & ".ipt" , False)


			

doc = ThisDoc.Document
path_and_name = ThisDoc.PathAndFileName(False) ' without extension


iLogicVb.UpdateWhenDone = True






MessageBox.Show("Your file has been made", "SPACER")