Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Wrong number of arguments or invalid property assignment: 'q.LockAll'
My code
Sub BloquearSet q = ActiveDocumentq.LockAll (true)end sub
According to the V9 API guide, LockAll takes no arguments. So it should be just:
q.LockAll
-Rob