Tools>Macro
Sub Exportarcomentarios()
Dim miRango As Range
If ActiveDocument.Comments.Count >= 1 Then
Set miRango = ActiveDocument.Comments(1).Range
miRango.WholeStory
miRango.Copy
Documents.Add.Content.Paste
End If
End Sub
Tools>Macro
Sub Exportarcomentarios()
Dim miRango As Range
If ActiveDocument.Comments.Count >= 1 Then
Set miRango = ActiveDocument.Comments(1).Range
miRango.WholeStory
miRango.Copy
Documents.Add.Content.Paste
End If
End Sub
If you use Google Drive for your presentation, this post may interest you.
Through Teacher Tech.
One of the best things about Coggle is that it lets you work and collaborate with others. Whether you’re brainstorming new ideas, jotting down notes of a meeting, or working together on an important plan, Coggle makes it really easy to work together.