摘要:
Word通过宏统一设置表格样式、图片样式、标题和正文样式、更新目录。 Sub A表格格式化_增强版() On Error Resume Next Application.ScreenUpdating = False Dim tbl As table Dim counter As Integer: c 阅读全文
摘要:
问题现象: (1)、CDM任务执行时报错:org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend. 2025-09-29 10:22:19.663|INFO |cdm-job-subm 阅读全文
摘要:
1、打开Word文档,找到”视图“,然后点击”宏“。 2、创建宏脚本。 Sub A表格格式化() On Error Resume Next Application.ScreenUpdating = False Dim tbl As Table, cell As cell Dim counter As 阅读全文