I am trying to find a code that will automatically adjust my row height while my user is entering information in merged cells. Does anyone know what I can do to accomplish this? I have searched and cannot find the right code.
I am trying to find a code that will automatically adjust my row height while my user is entering information in merged cells. Does anyone know what I can do to accomplish this? I have searched and cannot find the right code.
or something![]()
Private Sub Sheet_Change(Byval target as range) if target.merged = true then rows(target.row).height = 10 end sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks