I have a table on sheet one with numbers 1-11 in column A and text in column B. The text in column B is sometimes 1 line, it maybe 20 lines of text (all within the same cell of column B).
Sheet 2 is a data entry sheet. Depending on a value (from 1 to 11) input by the user, I do a vlookup to grab the corresponding text, and then put the text into a cell on sheet 3.
Here is the problem: I can't get the text to size correctly in its new home on sheet three. I have tried merging several cells, but then I only get the first line of text. If I don't merge the cells, All the text is crammed into the first cell. It spreads down vertically instead of across. I can fix things by manually adjusting the row width, but I would rather an programtic solution as I am trying to develop and data entry and print out sheet.
Thanks in advance for your help.
Sheet 2 is a data entry sheet. Depending on a value (from 1 to 11) input by the user, I do a vlookup to grab the corresponding text, and then put the text into a cell on sheet 3.
Here is the problem: I can't get the text to size correctly in its new home on sheet three. I have tried merging several cells, but then I only get the first line of text. If I don't merge the cells, All the text is crammed into the first cell. It spreads down vertically instead of across. I can fix things by manually adjusting the row width, but I would rather an programtic solution as I am trying to develop and data entry and print out sheet.
Thanks in advance for your help.