View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Malissa Malissa is offline
external usenet poster
 
Posts: 1
Default OLE Page Setup Question

I'm using OLE to automate Excel. I am able to set the FitToPagesWide
and FitToPagesTall properties, BUT...

Unlike setting these properties manually, the "Fit to:" setting is
not automatically activated just because those properties are set. So
even though I can set those properties, they do nothing when the user
prints out the page because the "mode" is still set to ."Adjust to:"

How can I activate the "Fit to" mode with OLE?

Thanks for any help!!