It worked with:
There is only a single cell in the selection. It doesn't work when there are multiple cells in the selection.With Selection.AddComment .text myRange(1).Name.Name .Visible = False End With
Thanks for the assistance.
It worked with:
There is only a single cell in the selection. It doesn't work when there are multiple cells in the selection.With Selection.AddComment .text myRange(1).Name.Name .Visible = False End With
Thanks for the assistance.