Page Setup

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
leeparvin
Posts: 4
Joined: Wed Jun 01, 2016 12:34 pm

Page Setup

Post by leeparvin »

Hi there

How do I set Page Setup -> Page ->Scaling -> Fit To, using Excel 97

Thanks

Lee
KenWhite
Posts: 13
Joined: Mon Jan 03, 2005 8:23 pm
Contact:

Re: Page Setup

Post by KenWhite »

Same as you would using Excel 2007, using the XLS Workbook's WorkspaceOptions, where XLS is a TXLSReadWriteII5:

Code: Select all

  XLS[0].WorkspaceOptions := [woFitToPage];
Ken
Post Reply