drom
Active Member
- Joined
- Mar 20, 2005
- Messages
- 498
- Office Version
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
Hi and Thanks in advance
ActiveSheet.Cells.WrapText is always equal to false
I would like to know why when I do this:
some of the cells within my usedrange's WrapText becomes True
and if I have to use always when trying to do accomplish that:
ActiveSheet.Cells.WrapText is always equal to false
I would like to know why when I do this:
Code:
ActiveSheet.UsedRange = ActiveSheet.UsedRange.Value
some of the cells within my usedrange's WrapText becomes True
and if I have to use always when trying to do accomplish that:
Code:
ActiveSheet.UsedRange = ActiveSheet.UsedRange.Value
ActiveSheet.Cells.WrapText = True