Pasteing large amount of text to Excel merged cell

O

outsol

My users need to cut and paste from websites and Word docs to an Excel sheet.
I have informed them about the 1024 char limit and the manual ALT+Enter
method of "revealing" the hidden text. I'm hearing soooo many "that's too
time consuming/difficult" complaints that I must automate the text to fit.
this documaent has to be printed and forwarded for approval so we have to
"see" everything. Some pastes even exceed the 409.5 Rowheight limit. Could
VBA code identify lines that exceed the 127 char width of my merged cell and
add a Char(10) or something similar to the ALT+Enter? Can the Font size be
manipulated in code to fit in the merged cells?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top