All public logs
Jump to navigation
Jump to search
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:34, 20 November 2024 Mwroot talk contribs created page Excel macro to extract comments (Created page with "{| class="wikitable" ! 我 || 通义千问 |- | 你是一个excel专家。请用宏把 D 列单元格的批注,保存到 I 列对应行,无批注的行不用管 | 在Excel VBA中,你可以创建一个宏来实现这个功能。以下是一个简单的示例: <syntaxhighlight lang="VBScript" line> Sub CopyCommentsToColumn() Dim ws As Worksheet Dim rng As Range Dim cell As Range '设置你要操作的工作表 Set ws = ActiveSheet '设...")