Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send Page Break to Excel

Status
Not open for further replies.

Thadeus

Technical User
Joined
Jan 16, 2002
Messages
1,548
Location
US
Hello all,
Is it possible to send a functional Page Break to Excel via the Export feature?

I am imagining something such as sending the ASCII CHR(013) or some such.... I've been trying, but with no success.

Thanks,
Thadeus
CR 8.0 and Excel 8
 
chr(13) is a carriage return.

I tried chr(12) and it failed to do the job.

I recall using VBA to force pagebreaks in Excel, so you might do this afterwards using a macro.

Here's an example for use with sorted data:


-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top