Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Excel web page soft returns

I am currently pulling in some information form a data base into an asp page
which is then output to an excel web page. My issue I am having is if I
use...
<% Response.Write Replace(rsx("Text"), vbCrLf, <br)%
It makes the data jump to the next cell instead of keeping it all in one cell.
I've tried programming for a soft return...
<% Response.Write Replace(rsx("Text"), vbCrLf, chr(10))% or
<% Response.Write Replace(rsx("Text"), vbCrLf, chr(13))% or
<% Response.Write Replace(rsx("Text"), vbCrLf, chr(10)&chr(13))% or
<% Response.Write Replace(rsx("Text"), vbCrLf, chr(13)&chr(10))%
but they just don't take.
Does any one know if there is any possible way to maintain the formatting
within one cell?
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel -10 sections - footer needs to say "Section # Page # Maggie New Users to Excel 2 May 10th 06 03:02 AM
print page seprator for mutiple copies in excel is not working RAM Excel Discussion (Misc queries) 0 November 25th 05 02:53 PM
Problem with Page Numbering Aurora Excel Discussion (Misc queries) 0 November 21st 05 02:10 PM
Export html page to Excel - support files folder Export html page to Excel - support file Excel Discussion (Misc queries) 1 June 24th 05 12:36 PM
changing page break in an excel file ibs81 New Users to Excel 1 April 14th 05 07:03 PM


All times are GMT +1. The time now is 03:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"