Skip to content

Files

Latest commit

 

History

History
35 lines (21 loc) · 650 Bytes

Excel.Workbook.ConvertComments.md

File metadata and controls

35 lines (21 loc) · 650 Bytes
title keywords f1_keywords api_name ms.date ms.localizationpriority
Workbook.ConvertComments method (Excel)
vbaxl10.chm199288
vbaxl10.chm199288
Excel.Workbook.ConvertComments
05/29/2019
medium

Workbook.ConvertComments method (Excel)

Converts all legacy comments and notes to modern comments.

Syntax

expression.ConvertComments

expression A variable that represents a Workbook object.

Example

This example converts all legacy comments and notes in the active workbook.

ActiveWorkbook.ConvertComments

[!includeSupport and feedback]