• 1
  • 2
  • 3
  • 4

首页 / 教程

wps中批注提取 | WPS表格中批量地把批注的内容导出来,请教了

2022-10-22 13:25:00

1.WPS表格中怎样批量地把批注的内容导出来,请教了

提取批bai注内du容填写zhi到单dao元格版中

Sub 取批权注()

Dim myrange, myrange1 As Range

Dim mycomment As Comment

For i = 1 To 100

Set myrange = Cells(i, 1)

Set myrange1 = Cells(i, 2)

Set mycomment = myrange.Comment

If mycomment Is Nothing Then

myrange1 = " "

Else

myrange1 = mycomment.Text

End If

Next i

Set myrange = Nothing

Set mycomment = Nothing

End Sub

wps中批注如何提取

批注请教表格中批量导出

  • 1
  • 2
  • 3
  • 4

最新内容

手机

相关内容

  • 1
  • 2
  • 3

猜你喜欢