Pookiemeister
Well-known Member
- Joined
- Jan 6, 2012
- Messages
- 626
- Office Version
- 365
- 2010
- Platform
- Windows
VBA Code:
Range("F3:K1").AutoFit = UCase(Format(Date, "mmmm ") & "'s" & " " & "WO report")
I would like to autofit the contents of this merged cells dynamically. Is this possible? Right now, if the contents go outside of the merged cell, I have to lower the height of the letters to make it fit. Thank you for any advice given.