Hi All,
I know about the default text wrapping option, but without getting too in the weeds (as I'm dealing with inherited workbooks, macros, processes, etc), is there a way to make text in one column cut off once it reaches the beginning (or end, either way) or a specified column, but then continue in a new row? for example:
Turn
| C | D | E | F | G |H| I |
3] WOW LOOK AT THIS TEXT AND HOW IT JUST KEEPS GOING ON AND ON
4]
5]
Into
| C | D | E | F | G |H| I |
3] WOW LOOK AT THIS TEXT AND HOW IT JUST
4] KEEPS GOING ON AND ON
5]
-I'm trying to add this into an existing macro
-Changing Column widths and Row heights isn't really an option (my hands are tied on the final formatting, there would be other data in A, B, and I)
-Doesn't matter if the cutoff is the right edge of Column G or Column H, but the text will be left justified and entered in Column C
Thanks in advance
I know about the default text wrapping option, but without getting too in the weeds (as I'm dealing with inherited workbooks, macros, processes, etc), is there a way to make text in one column cut off once it reaches the beginning (or end, either way) or a specified column, but then continue in a new row? for example:
Turn
| C | D | E | F | G |H| I |
3] WOW LOOK AT THIS TEXT AND HOW IT JUST KEEPS GOING ON AND ON
4]
5]
Into
| C | D | E | F | G |H| I |
3] WOW LOOK AT THIS TEXT AND HOW IT JUST
4] KEEPS GOING ON AND ON
5]
-I'm trying to add this into an existing macro
-Changing Column widths and Row heights isn't really an option (my hands are tied on the final formatting, there would be other data in A, B, and I)
-Doesn't matter if the cutoff is the right edge of Column G or Column H, but the text will be left justified and entered in Column C
Thanks in advance