View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] yeemuil@gmail.com is offline
external usenet poster
 
Posts: 1
Default Can not add the page break when converting asp to excel

Hi,
I am using an export to excel functionality from my ASP
page.

I have tried
<p style="page-break-befo always;"</p

and

<style type="text/css"
..break{page-break-befo always;}
</style

But it seems no work. I really take a page break for a particular row.
How can I do it?