Hello, is it possible to add a password to a document using VBA. Many thanks, Paul
ThisDrawing.Application.Documents.Open "C:\MyDrawing.dwg", , "MYPASSWORD" it's right in the VBA Help files under Password Property
Sorry about my previous comment, it is indeed in the help file. Many thanks for your quick help, Paul