Hi,
I’ve used the code below to do the same and it works fine on my side
Private Sub Command3_Click() vp.SaveDoc "NewTest.vp", False, 1, vp.PageCount vp2.LoadDoc "NewTest.vp" End Sub
Now,
1) Run the attached sample
2) Click on "Do it", to laod the document in preinter
3) Now click on Load/Save to save the doc as .vp and then load it in VSPrinter using LoadDoc
Regards,
~Gatim