Page Setup Problem

F

Fernando Gomez

Yes, the problem is this:
Actual right footer in the file is "C:\2005\PLAN 2005\2005 PLAN.XLS"
And we wanted to change to Printed on "Time" & "Date", the change is
accepted, but as soon as I print it out or even a print preview, comes back
with the old footer, I have change it several times, something else weird
that I notice is that if I try to type something is the right footer, typing
run from right to left.

I do not know what to do.

Thanks
 
G

Guest

Check the ThisWorkbook module of your file; Look for a
Before_Print Macro; that may be the culprit...
Good Luck
 
D

Debra Dalgleish

Are there any macros in your workbook? Maybe the footer is being changed
in a Workbook_BeforePrint procedure.
 
G

Gord Dibben

Fernando

The right to left typing is not weird. That is the default operation.

As far as the changes not sticking........did you actually delete the original
right footer prior to setting the new one?

Gord Dibben Excel MVP
 
Top