Thread: Page Length
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ernie Moshurchak Ernie Moshurchak is offline
external usenet poster
 
Posts: 3
Default Page Length

I am trying to set up Excel to print a 5 1/2" continuous form
(length). Unfortunately the page size = statement is for a 5 1/2"
wide form (not length / height).

Just for fun I tried Word's PageHeight =
Application.InchesToPoints(5.5) setting but wasn't surprised when that
didn't work.

Excel is an excellent application for populating a form using
drop-down boxes, option buttons, etc. but unfortunately is not very
flexible in page setup options. It has been suggested that I use
Word's mailmerge function but I want to keep this application as
simple and easy to use as possible. I would appreciate any
suggestions or ideas anyone may have.

Ernie