K
kimkom
Hi,
I've been using the following code from these forums to print the current
slide in a presentation:
Sub prnt()
ActivePresentation.PrintOptions.RangeType = ppPrintCurrent
ActivePresentation.PrintOut
End Sub
Works a treat, but the trouble is that when I launch the same PPT from
another presentation the wrong slide is printed. Anyone any ideas why it is
doing this and how to fix it?
Many thanks for any help,
Mike
I've been using the following code from these forums to print the current
slide in a presentation:
Sub prnt()
ActivePresentation.PrintOptions.RangeType = ppPrintCurrent
ActivePresentation.PrintOut
End Sub
Works a treat, but the trouble is that when I launch the same PPT from
another presentation the wrong slide is printed. Anyone any ideas why it is
doing this and how to fix it?
Many thanks for any help,
Mike