Page Setup Problem

  • Thread starter Thread starter Fernando Gomez
  • Start date Start date
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
 
Check the ThisWorkbook module of your file; Look for a
Before_Print Macro; that may be the culprit...
Good Luck
 
Are there any macros in your workbook? Maybe the footer is being changed
in a Workbook_BeforePrint procedure.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top