ExcelHome技术论坛

 找回密码
 免费注册

QQ登录

只需一步,快速开始

快捷登录

搜索
EH技术汇-专业的职场技能充电站 妙哉!函数段子手趣味讲函数 Excel服务器-会Excel,做管理系统 效率神器,一键搞定繁琐工作
HR薪酬管理数字化实战 Excel 2021函数公式学习大典 Excel数据透视表实战秘技 打造核心竞争力的职场宝典
让更多数据处理,一键完成 数据工作者的案头书 免费直播课集锦 ExcelHome出品 - VBA代码宝免费下载
用ChatGPT与VBA一键搞定Excel WPS表格从入门到精通 Excel VBA经典代码实践指南
查看: 499|回复: 6

[讨论] 怎么判断单元格内容没有完全显示,并自动调整行高?(有合并单元格)

[复制链接]

TA的精华主题

TA的得分主题

发表于 2023-4-27 16:51 | 显示全部楼层 |阅读模式
对合并单元格这个问题是不是无解?

测试用1.rar

33.1 KB, 下载次数: 6

TA的精华主题

TA的得分主题

发表于 2023-4-27 16:54 | 显示全部楼层
[广告] Excel易用宝 - 提升Excel的操作效率 · Excel / WPS表格插件       ★免费下载 ★       ★ 使用帮助
设置为自动行高和自动列宽

TA的精华主题

TA的得分主题

发表于 2023-4-27 17:02 | 显示全部楼层
从外国人那里抄回来的,你看一下。

  1. Sub 调整合并单元格高度()
  2.    
  3.    
  4.     Dim j As Long
  5.     Dim n As Long
  6.     Dim i As Long
  7.     Dim MW As Double 'merge width
  8.     Dim RH As Double 'row height
  9.     Dim MaxRH As Double
  10.     Dim rngMArea As Range
  11.     Dim rng As Range
  12.    
  13.     Const SpareCol  As Long = 26
  14.     Set rng = Range("a1:m68" & _
  15.         Range("A" & Rows.Count).End(xlUp).row)
  16.    
  17.     With rng
  18.         For j = 1 To .Rows.Count
  19.             'if the row is not hidden
  20.             If Not .Parent.Rows(.Cells(j, 1).row) _
  21.                 .Hidden Then
  22.                 'if the cells have data
  23.                 If Application.WorksheetFunction _
  24.                     .CountA(.Rows(j)) Then
  25.                     MaxRH = 0
  26.                     For n = .Columns.Count To 1 Step -1
  27.                         If Len(.Cells(j, n).value) Then
  28.                             'mergecells
  29.                             If .Cells(j, n).MergeCells Then
  30.                                 Set rngMArea = _
  31.                                     .Cells(j, n).MergeArea
  32.                                 With rngMArea
  33.                                     MW = 0
  34.                                     If .WrapText Then
  35.                                         'get the total width
  36.                                         For i = 1 To .Cells.Count
  37.                                             MW = MW + _
  38.                                                 .Columns(i).ColumnWidth
  39.                                         Next
  40.                                         MW = MW + .Cells.Count * 0.66
  41.                                         'use the spare column
  42.                                         'and put the value,
  43.                                         'make autofit,
  44.                                         'get the row height
  45.                                         With .Parent.Cells(.row, SpareCol)
  46.                                             .value = rngMArea.value
  47.                                             .ColumnWidth = MW
  48.                                             .WrapText = True
  49.                                             .EntireRow.AutoFit
  50.                                             RH = .RowHeight
  51.                                             MaxRH = Application.Max(RH, MaxRH)
  52.                                             .value = vbNullString
  53.                                             .WrapText = False
  54.                                             .ColumnWidth = 8.43
  55.                                         End With
  56.                                         .RowHeight = MaxRH
  57.                                     End If
  58.                                 End With
  59.                             ElseIf .Cells(j, n).WrapText Then
  60.                                 RH = .Cells(j, n).RowHeight
  61.                                 .Cells(j, n).EntireRow.AutoFit
  62.                                 If .Cells(j, n).RowHeight < RH Then _
  63.                                     .Cells(j, n).RowHeight = RH
  64.                             End If
  65.                         End If
  66.                     Next
  67.                 End If
  68.             End If
  69.         Next
  70.         .Parent.Parent.Worksheets(.Parent.Name).UsedRange
  71.     End With
  72.     Set rng = Nothing
  73. End Sub
复制代码

TA的精华主题

TA的得分主题

发表于 2023-4-27 17:51 | 显示全部楼层
[广告] VBA代码宝 - VBA编程加强工具 · VBA代码随查随用  · 内置多项VBA编程加强工具       ★ 免费下载 ★      ★使用手册
演示用~~~~~
动画.gif

TA的精华主题

TA的得分主题

 楼主| 发表于 2023-4-27 18:45 | 显示全部楼层

看着不错,怎么实现的啊?有代码没亲

TA的精华主题

TA的得分主题

 楼主| 发表于 2023-4-27 18:45 | 显示全部楼层

TA的精华主题

TA的得分主题

发表于 2023-4-27 18:50 | 显示全部楼层
您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

手机版|关于我们|联系我们|ExcelHome

GMT+8, 2024-11-17 05:43 , Processed in 0.043019 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 1999-2023 Wooffice Inc.

沪公网安备 31011702000001号 沪ICP备11019229号-2

本论坛言论纯属发表者个人意见,任何违反国家相关法律的言论,本站将协助国家相关部门追究发言者责任!     本站特聘法律顾问:李志群律师

快速回复 返回顶部 返回列表