PDA

View Full Version : Solved: VBA To Unwrap Text In All Cells



qcoleman
10-12-2011, 08:01 AM
I cannot figure out how to unwrap certian cells in range, lets say column A. Any Ideas on how to do this?

p45cal
10-12-2011, 08:37 AM
Range("A5:A18").WrapText = False

qcoleman
10-12-2011, 09:17 AM
Amazing! Thanks for help p45cal. This helped me put the finishing touches on my code.