Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel -10 sections - footer needs to say "Section # Page # | New Users to Excel | |||
print page seprator for mutiple copies in excel is not working | Excel Discussion (Misc queries) | |||
Problem with Page Numbering | Excel Discussion (Misc queries) | |||
Export html page to Excel - support files folder | Excel Discussion (Misc queries) | |||
changing page break in an excel file | New Users to Excel |