Has anyone managed to change the print-title when using ASP(HTML/XML) to
build an excel worksheet?  I can build the worksheet, apply all formats, but
can't change the print-title setting nor the sheet order setting.

I can successfully change page orientation with the following:
@page
      {mso-page-orientation:landscape;}

However, I can't get the following print-title syntax to work.

@print
      {mso-print-title-column:"$A:$C";
      mso-print-title-row:"$1:$10";
      mso-print-sheet-order:over-then-down;}

Note: To reduce server load, I would like to avoid using the Excel
component.


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to