From what I can see this lineshould beCall AcroAVDoc.PrintPages(0, pageNo, 2, 1, 1)you don't need to use Call there as that is for transferring control to subprocedures and not methods of objects.AcroAVDoc.PrintPages(0, pageNo, 2, 1, 1)
From what I can see this lineshould beCall AcroAVDoc.PrintPages(0, pageNo, 2, 1, 1)you don't need to use Call there as that is for transferring control to subprocedures and not methods of objects.AcroAVDoc.PrintPages(0, pageNo, 2, 1, 1)