Hi Moisés
Hi, this is correct. But I want to say ... print sheets 4,5. Only these sheets.
if those sheets each fit on a page you could use the Property "Pages" to pass it to the XPrintable.print() call.
E.g. Dim printProps(0) as new com.sun.star.beans.PropertyValue printProps(0).Name="Pages" printProps(0).Value="4;5" ThisComponent.print(printProps()) Hope that helps Regards Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
