Hello experts,

I am using Excel XP and have a problem with a macro which prints a sheet 3 times. I use Excel to print Bill of ladings, and therefor have to print the same sheet 3 times.
I do this with a simple macro with the following code:

Sub Afdrukken()
ActiveWindow.SelectedSheets.PrintOut Copies:=3, Collate:=True
End Sub

(Afdrukken is dutch for Print)

This works fine, but the printout is only a small part of the page, so i have specified a print area. The first page comes out perfectly. On the 2 copies however a frame is printed around the text (i think this is the print area frame). The option to print guidlines is off, is there something i miss here?

Thanks for any help,

Emiel Schreur