I have a CR8 report being called through ActiveX control from VB.<br> I need to export this to Excel 2000.<br><br>I am using the following code snippet.<br><br> crptControl.Destination = crptToFile<br>crptControl.PrintFileType = crptExcel50<br>crptControl.PrintFileName = App.Path & "\Customer" & ".XLS"<br>crptControl.ProgressDialog = False<br><br>But it is only printing one page,but I need all the pages. Is there any way to retain the formats as it is.