G
Guest
Ok currently I have to cells with information. I currenlty have it set to
put one in the left and one in the right footer. I need to put them both in
the let footer one over the other. Any one have any ideas. This is my
current code. Thanks
'Left
Sheets("Report").PageSetup.LeftFooter = Sheets("Data
Entry").Cells(248, 3)
'Right
Sheets("Report").PageSetup.RightFooter = Sheets("Data
Entry").Cells(246, 3)
put one in the left and one in the right footer. I need to put them both in
the let footer one over the other. Any one have any ideas. This is my
current code. Thanks
'Left
Sheets("Report").PageSetup.LeftFooter = Sheets("Data
Entry").Cells(248, 3)
'Right
Sheets("Report").PageSetup.RightFooter = Sheets("Data
Entry").Cells(246, 3)