Saveas ? error

Saveas ? error

Anonymous
Not applicable
319 Views
2 Replies
Message 1 of 3

Saveas ? error

Anonymous
Not applicable

hello,

 

i want open file and save as new name ...

but i'm have an error system,

i'm dont understant a problem !

 

        ThisApplication.Documents.Open (fichier_origine)
        ThisApplication.ActiveDocument.SaveAs (fichier_complet,False )

 

thank's a lot for your help.

0 Likes
320 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
0 Likes
Message 3 of 3

ekinsb
Alumni
Alumni

I think the only problem with your original code is that the second argument of the SaveAs method should be True to indicate that you're doing a "Save Copy As" instead of a "Save As".


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
0 Likes