Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Inserting Comment to Cell in Excel
#2
Macro Macro1548
Code:
Copy      Help
ExcelSheet es.Init
es.ws.Range("A1").AddComment("xxxxxxxxx")
;or
Excel.Comment c=es.ws.Range("A2").AddComment
c.Text("yyyyyyyyy")
c.Visible=TRUE


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)