You need to look into Words VBA. Saveas is on the documents collection so it would be:
ole_1.object.Application.ActiveDocument.SaveAs2
Now the easiest way to ind this out is to record a macro with you doing a saveas then look at the recorded macro.