View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
alexm999[_71_] alexm999[_71_] is offline
external usenet poster
 
Posts: 1
Default Need a Little Help

Here's My Code:
Windows("Deviation.xls").Activate
Range("C1").Activate
Selection.Copy
Windows("EVALUATION.xls").Activate
Application.CutCopyMode = False
Range("M9").AddComment
Range("M9").Comment.Visible = False
Range("M9").Comment.Text Text:="Alex:" & Chr(10) & ""

I'm having dificuly copying and pasting into the comment field..
Can you help

--
Message posted from http://www.ExcelForum.com