View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default cell format printing

XL's display and printing are limited to 1024 characters. You can extend
this if every 1024 characters you insert a manual line feed (ALT-ENTER).

In article
,
inungh wrote:

I have an excel retreive data from MS Access. Some cells are unable
to print all text.

I tried to extend the cell still can not see all the text in the cell,
but it shows all the text in the above function bar.


Any thing I can look in to for this issue?

Your help is great appreciated,