View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LongTermNoob LongTermNoob is offline
external usenet poster
 
Posts: 21
Default Can I Atomatically Split Cell Contents

I am currently using a workbook to assist in filling out several forms by
using only one input form. My problem is that two of the fields can contain a
lot of text and only the first 1024 will display.

Is there code that will count the characters and, if required, split them
over two cells?

TIA