printing

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Printing

Printing

resolvedResolved · Low Priority · Version 2003

Mohammad has attended:
Excel Introduction course
Excel Intermediate course
Excel Advanced course

Printing

How I can clear the dotted lines while I print a page from a folder?

RE: Printing

Hello Mohammad

Thank you for your question.

You can remove the dashed lines that appear on a spreadsheet once you have gone into Print Preview, by doing the following:

1. Go to Tools - Options.
2. On the View tab, uncheck the Page Breaks option.
3. Click OK.


Kind regards
Amanda

Mon 13 Apr 2009: Automatically marked as resolved.

 

Training courses

 

Training information:

See also:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Calculate difference between two times

For presenting the result in the standard time format (hours : minutes : seconds . Use the subtraction operator (-) to find the difference between times, and the TEXT function to format the returned value to text in a specific number format.

Hours never exceed 24, minutes never exceed 60, and seconds never exceed 60.

=TEXT(B2-A2,"h")
Hours between two times (4)

=TEXT(B2-A2,"h:mm")
Hours and minutes between two times (4:55)

=TEXT(B2-A2,"h:mm:ss")
Hours and seconds between two times (4:55:00)

Where B2 and A2 must hold the end time and start time respectively formatted as a time format

View all Excel hints and tips


Server loaded in 0.09 secs.