Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You need a VBA procedure to do this:
Sub AAA() Dim Rng As Range For Each Rng In ActiveSheet.UsedRange.SpecialCells(xlCellTypeComme nts) Rng.Comment.Text Text:="This is new text" Next Rng End Sub -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Husain" wrote in message ... I have to change all the comments in a sheet in one go , not one by one |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to change data in inactive sheet | Excel Discussion (Misc queries) | |||
Macro to change data in a sheet | Excel Discussion (Misc queries) | |||
Change scales from reference cells value for a chart in a separate sheet | Charts and Charting in Excel | |||
How do I change the font globally for all comments? | Setting up and Configuration of Excel | |||
Change format of all comments in an Excel worksheet | Excel Discussion (Misc queries) |