Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using ilogic to copy a part like this:
oDoc = ThisApplication.Documents.Open(TemplatePart & ".ipt", False) oDoc.SaveAs(NewName & ".ipt", False)
I want to then do something with the new file (e.g oDoc.Update), but when i do i get a prompt saying:
"'Newname.ipt' is currently locked. do you want to continue editing anyway? your changes will not get saved to the vault."
The new file is neither locked, nor is it in the vault!
Any ideas how i can get around this issue?
thanks
Solved! Go to Solution.