Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 2 worksheets in a workbook which are filled in by other users using a
selection of drop down lists and vlookups etc. and I want to be able to automatically have the row height selected by the data entered. I have been looking through previous discussions and found the following entry which works a treat for what I am doing, however if I protect the worksheets then this no longer works any suggestions. There are no meged cells in these worksheets Private Sub Worksheet_Change(ByVal Target As Range) Application.EnableEvents = False Cells.EntireRow.AutoFit Application.EnableEvents = True Thanks -- Dragonette |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row height will not auto format | Excel Worksheet Functions | |||
AUTO ROW HEIGHT | Excel Worksheet Functions | |||
Row Height - Auto-Fit | Excel Discussion (Misc queries) | |||
The auto fit row height function | Excel Discussion (Misc queries) | |||
Row height auto roundup | Excel Discussion (Misc queries) |