hello & I hang my head in shame that I can't figure this out. Have the follow code...
*********************************************
Sub cmtShow()
With Selection
.Comment.Visible = True
.Comment.Shape.Select True
End With
Application.CutCopyMode = False
End Sub
************************************************
This works great for the "active cell" but if a range is selected, an error about "block variable not set" comes up. What am I missing using "selection" as it should work for ranges (?) Any insight would be greatly appreciated! Thank you for your time!
Steve
*********************************************
Sub cmtShow()
With Selection
.Comment.Visible = True
.Comment.Shape.Select True
End With
Application.CutCopyMode = False
End Sub
************************************************
This works great for the "active cell" but if a range is selected, an error about "block variable not set" comes up. What am I missing using "selection" as it should work for ranges (?) Any insight would be greatly appreciated! Thank you for your time!
Steve