LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default Words on screen are larger when printed.

Hi,

Here is a VBA macro to do this:

Sub WidenColumns()
For Each cell In Selection
cell.ColumnWidth = cell.ColumnWidth + 1
Next cell
End Sub

to run it select any one row or the cells on any one row for which you want
to widen the columns. Be careful don't select multiple rows because the
columns will widen once for each row. You can also change the value 1 to
0.1 or any other value that works for you.
--
Cheers,
Shane Devenshire


"ShaneDevenshire" wrote:

Hi,

For most printers the resolution is greater than the screen resolution. So
something that looks good on screen may not look good at printout.

One option is to change the font. If one can, choosing a Printer font is
more likely to work. For example, HP printers come with pre-installed font
sets, try using one of those, if you are using an HP printer.

Another option is to widen the columns a little beyond best fit. This can
be a pain to do manually. You could automate it via a macro...

--
Cheers,
Shane Devenshire


"Jelsing" wrote:

When I type words in Excel, they fit within a cell with borders; but when I
print preview, or actually print, they do not fit within the cell.

How do I get my Excel input screen to show the same as what will be printed.

Thanks for any help on this.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Font size on the screen is different when printed Gina Excel Discussion (Misc queries) 2 May 29th 07 07:10 PM
Printed sheet shows text not seen on monitor screen stevemalee Excel Discussion (Misc queries) 9 April 7th 07 03:52 AM
Where can I find a printed list of VBA code words mja Excel Discussion (Misc queries) 1 July 11th 06 10:47 PM
copy/paste words in cell can't be read on screen MO Excel Discussion (Misc queries) 2 April 28th 06 03:47 PM
How do I hide words on a printed document, but see on screen? piltricia Excel Discussion (Misc queries) 2 February 15th 06 01:37 AM


All times are GMT +1. The time now is 09:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"