Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I got a code I found on this site to resize my cells as I type:
Private Sub Worksheet_Change(ByVal Target As Range) Set t = Target Application.EnableEvents = False Rows(t.Row).EntireRow.AutoFit Application.EnableEvents = True End Sub But it doesn't work on merged cells. Is there an additional code that can be added to the above to include merged cells? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Repeat code to "n" cells | New Users to Excel | |||
Work in 2 Cells "C3" and "R3" | Excel Worksheet Functions | |||
Odd error - "This operation requires merged cells..." | New Users to Excel | |||
sort spreadsheet, "merged cells" comes up. Find cells? Unmerge ? | Excel Discussion (Misc queries) | |||
Can't copy & paste - "merged cells must be identically sized" | Excel Discussion (Misc queries) |