Microsoft Excel에서 VBA를 사용하여 병합 된 셀의 행 높이를 조정
질문 : 병합 된 셀의 행 나누기 후 올바른 높이가 없습니다. 이 문제를 어떻게 해결할 수 있습니까? 답변 : 표준 모듈에 다음 코드를 삽입하십시오. Sub AutoFitMergedCellRowHeight() Dim CurrentRowHeight As Single, MergedCellRgWidth As Single Dim CurrCell As Range Dim ActiveCellWidth As Single, PossNewRowHeight As Single If ActiveCell.MergeCells Then With ActiveCell.MergeArea If… Continue Reading Microsoft Excel에서 VBA를 사용하여 병합 된 셀의 행 높이를 조정