Thread
:
Copy Text into comment box
View Single Post
#
3
Posted to microsoft.public.excel.programming
Juan
external usenet poster
Posts: 70
Copy Text into comment box
Gary
thank you so much for the quick reply. It works.
Juan
"Gary''s Student" wrote:
Sub CaptureText()
Set r = Range("Z9:Z48")
For Each rr In r
rr.Offset(0, -1).NoteText rr.Value
Next
End Sub
--
Gary''s Student - gsnu200830
Reply With Quote
Juan
View Public Profile
Find all posts by Juan