Text Wrap not working when pulling data from another sheet

chuffman431a

New Member
Joined
Apr 16, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
  2. Web
Using desktop version of Excel through Office 365.

I have a sheet that pulls data from other sheets in the work book.

Sheet 1 is called 'Line Rebuttals' and that is were employees input the data into cell O2, Text wrapping is on for this cell.

Sheet 2 is Called 'Print Page' and this is the page that gets printed and pulls data from multiple sheets in the work book. A merged cell of C1-E1 has the formula of =IF(ISBLANK('Line Rebuttals'!O2),"",'Line Rebuttals'!O2). Text wrapping is on for this cell as well but the text does not wrap for the cell.
 

Attachments

  • line rebuttal.png
    line rebuttal.png
    5.1 KB · Views: 7
  • print page.png
    print page.png
    4 KB · Views: 6

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
hard to say when you not show the code, but you can set wraptext for destination range:
VBA Code:
[destination range].WrapText = True
 
Upvote 0

Forum statistics

Threads
1,215,200
Messages
6,123,601
Members
449,109
Latest member
Sebas8956

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top