简体   繁体   English

更改包含合并单元格的 Excel 电子表格的显示

[英]Change the display of an Excel spreadsheet with merged cells

This my situation:这是我的情况: 在此处输入图片说明

The are script or command to make the cells (those combined) graphically equal to those looking in the image, not disunite the cells?脚本或命令使单元格(组合的)在图形上与图像中的单元格相同,而不是使单元格分裂?

Something like this:像这样的东西:

Sub ChangeDisplay
    Rows("1:1").RowHeight = 250
    Columns("A:A").ColumnWidth = 90
end sub

Or what exactly?或者具体是什么?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM