跳到主要內容

如何在單元格中顯示行高或列寬?

在某些情況下,您可能想知道工作表中每一行的高度或每一列的寬度。 您是否仍在使用“行高”或“列寬”來逐行檢查一個單元格的行高或列寬? 今天,我將為您介紹一些技巧,以便您快速處理此任務。

使用定義名稱顯示單元格中的每一行高度

使用用戶定義的功能顯示單元格中的每一行高度

使用用戶定義的功能在單元格中顯示每列寬度


箭頭藍色右氣泡 使用定義名稱顯示單元格中的每一行高度

在Excel中,我們可以創建一個範圍名稱,然後應用其相應的公式。 請執行以下步驟:

1. 激活您要獲取行高和列寬的工作表。

2。 點擊 公式 > 定義名稱,請參見屏幕截圖:

文檔行高 1

3.然後在“新名稱”對話框中,在“名稱”文本框中輸入您的定義名稱,然後在“引用”框中鍵入此公式= get.cell(17,a1),請參見屏幕截圖:

文檔行高 1

4.然後單擊確定按鈕關閉此對話框,現在在空白單元格中,請輸入此公式= rowheight,請參見屏幕截圖:

文檔行高 1

5.然後將填充手柄向下拖動到要獲取行高的範圍單元格,並且每個行高已填充到單元格中。

文檔行高 1


箭頭藍色右氣泡 使用用戶定義的功能顯示單元格中的每一行高度

如果您對代碼感興趣,還可以創建一個用戶定義函數來獲取每一行的行高。

1。 按住 Alt + F11鍵 鍵,然後打開 Microsoft Visual Basic for Applications窗口.

2。 點擊 插入 > 模塊,然後將以下宏粘貼到 模塊窗口.

VBA代碼:在單元格中顯示每一行的高度

Function RowHeight(MR As Range) As Double
Application.Volatile
RowHeight = MR.RowHeight
End Function

3。 然後保存並關閉此代碼,返回到您的工作表,然後輸入此公式 =行高(A1) 到第一行的任何空白單元格中,然後將填充手柄向下拖動到要顯示每行的行高的範圍單元格。


箭頭藍色右氣泡 使用用戶定義的功能在單元格中顯示每列寬度

要獲取每列的列寬,您還可以使用用戶定義函數。

1。 按住 Alt + F11鍵 鍵,然後打開 Microsoft Visual Basic for Applications窗口.

2。 點擊 插入 > 模塊,然後將以下宏粘貼到 模塊窗口.

VBA代碼:在單元格中顯示每列的寬度

Function ColumnWidth(MR As Range) As Double
 Application.Volatile
 ColumnWidth = MR.ColumnWidth
End Function

3。 然後保存並關閉此代碼,返回到您的工作表,然後輸入此公式 = ColumnWidth(A1) 到第一列的任何空白單元格中,然後將填充手柄向右拖動到要顯示每列的列寬的範圍單元格中,您將在該單元格中獲得相對列寬。 查看屏幕截圖:

文檔行高 5
-1
文檔行高 6

相關文章:

如何更改Excel中交替的行高/列寬?

最佳辦公生產力工具

🤖 Kutools 人工智慧助手:基於以下內容徹底改變數據分析: 智慧執行   |  生成代碼  |  建立自訂公式  |  分析數據並產生圖表  |  呼叫 Kutools 函數...
熱門特色: 尋找、突出顯示或識別重複項   |  刪除空白行   |  合併列或儲存格而不遺失數據   |   沒有公式的回合 ...
超級查詢: 多條件VLookup    多值VLookup  |   跨多個工作表的 VLookup   |   模糊查詢 ....
高級下拉列表: 快速建立下拉列表   |  依賴下拉列表   |  多選下拉列表 ....
欄目經理: 新增特定數量的列  |  移動列  |  切換隱藏列的可見性狀態  |  比較範圍和列 ...
特色功能: 網格焦點   |  設計圖   |   大方程式酒吧    工作簿和工作表管理器   |  資源庫 (自動文字)   |  日期選擇器   |  合併工作表   |  加密/解密單元格    按清單發送電子郵件   |  超級濾鏡   |   特殊過濾器 (過濾粗體/斜體/刪除線...)...
前 15 個工具集12 文本 工具 (添加文本, 刪除字符,...)   |   50+ 圖表 類型 (甘特圖,...)   |   40+ 實用 公式 (根據生日計算年齡,...)   |   19 插入 工具 (插入二維碼, 從路徑插入圖片,...)   |   12 轉化 工具 (數字到單詞, 貨幣兌換,...)   |   7 合併與拆分 工具 (高級合併行, 分裂細胞,...)   |   ... 和更多

使用 Kutools for Excel 增強您的 Excel 技能,體驗前所未有的效率。 Kutools for Excel 提供了 300 多種進階功能來提高生產力並節省時間。  點擊此處獲取您最需要的功能...

產品描述


Office選項卡為Office帶來了選項卡式界面,使您的工作更加輕鬆

  • 在Word,Excel,PowerPoint中啟用選項卡式編輯和閱讀,發布者,Access,Visio和Project。
  • 在同一窗口的新選項卡中而不是在新窗口中打開並創建多個文檔。
  • 將您的工作效率提高 50%,每天為您減少數百次鼠標點擊!
Comments (5)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
The column user defined function only works for one column. I edited as below to give the total for multiple columns. The same concept could be applied to the Row UDF.

Function ColumnWidth(MR As Range) As Double
Application.Volatile
Dim c As Range
For Each c In MR
ColumnWidth = c.ColumnWidth + ColumnWidth
Next c
End Function
This comment was minimized by the moderator on the site
C'est un bug Excel : une function n'est recalculée que si une "valeur" d'une des cellules d'entrée change. Or, les valeurs ne changent pas, mais juste la largeur ==> donc pas de recalcul. Même pas avec F9...
Un contournement (pas terrible mais évite de revalider chaque cellule à chaque fois) : mettre par exemple "+aujourdhui()*0" à la fin de la formule qui appelle la function, elle se recaculera dès l'appui sur F9.
This comment was minimized by the moderator on the site
These code options only seem to work "at first." When you then adjust the row height, the value does not update (Excel in Office 365). Any resolution to that? I want to display a value or use conditional formatting based on the calculated row height.
This comment was minimized by the moderator on the site
The Range Name is only working for one cell height and not the others
This comment was minimized by the moderator on the site
this works until you use the custom formula in a new tab. it references the original tab you created the formula in
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations