04-28-2020
11:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-28-2020
11:24 AM
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
(Not an Autodesk Employee)