Capture the width of C and then do an auto fit of it. Now you know the
total width needed to print C. Reset C and go through D, E, etc. adding the
width of each until you get the total width you need.
Re landscape I'd guess you'll need to make an arbitrary decision based on
the width of the print area.

Signature
Jim
| Problem statement-
| I am trying to determine how to set the print area for my worksheet? I
[quoted text clipped - 31 lines]
|
| Chet
Chet - 31 Mar 2008 21:43 GMT
> Capture the width of C and then do an auto fit of it. Now you know the
> total width needed to print C. Reset C and go through D, E, etc. adding the
[quoted text clipped - 39 lines]
> |
> | Chet
Thanks Jim.. I think that would work... a good idea on how to do
it... Thanks again.. Chet