Do you know how to do this also :)
Private Sub Worksheet_Change(ByVal Target As Range)
If (Target.Address = "$F$9") Then
End if
End function
I have named the cell $F$9 to Test, how do I use this name instead ?
Thanks!! I will lock into that!
Do you know if it is possible to run c.EntireRow.AutoFit but not change anything in excel sheet ? To get the height without change anything.
Set c = Range("A1")
c.EntireRow.AutoFit
NewRwHt = c.RowHeight
Hello,
I have searched the internet after som code that deals with wrap text on merged cells. I have found some but nobody seams to work for me :(.
The backgroud: I have one row of cells:
Group1: A1:C1 are merged
Group2: F1:G1 are merged
Group3: I1:K1 are merged
I would like to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.