All public logs
Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:33, 20 November 2024 Mwroot talk contribs created page Excel macro to modify table comments (Created page with "同事用 WPS 做的表格批注,用 MS Office Excel 打开,批注框糊成一小块,看不全,用以下宏可解决。 <syntaxhighlight lang="VBScript" line> Sub ResizeAllComments() Dim ws As Worksheet Dim cmt As Comment For Each ws In ThisWorkbook.Worksheets For Each cmt In ws.Comments With cmt.Shape .Width = 200 ' 设置批注框宽度,可根据需要调整 .Height = 50 ' 设置批注框...")