J
Jay
Thanks in advance
Problem: Following code would print only a header portion.
This is a portion of codes that puts some data into "Statement" worksheet
and print it upon different data.
For each -----
Worksheets("Statement").Range("A1", "AN4").PrintOut From:=1, To:=1
Next
On the other hand, manual File >> Print menu prints everything in a
worksheet.
I would like to print everthing with a VBA code.
Thanks
Jae
Problem: Following code would print only a header portion.
This is a portion of codes that puts some data into "Statement" worksheet
and print it upon different data.
For each -----
Worksheets("Statement").Range("A1", "AN4").PrintOut From:=1, To:=1
Next
On the other hand, manual File >> Print menu prints everything in a
worksheet.
I would like to print everthing with a VBA code.
Thanks
Jae