Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: Eide.N

Don't for get this handy little tool:

Dim oDoc As Document = ThisApplication.ActiveDocument
'If oDoc.FileSaveCounter > 0 Then
If oDoc.FileSaveCounter = 0 Then
	'Your code here
Else
	'Your other code here
End If

Wesley Crihfield

EESignature

(Not an Autodesk Employee)