Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Comments Merge cells in Excel
#2
r.Comment returns 0.

It means that Excel does not give you a Comment object.

-----

r.Comment.Text calls 2 functions:

Excel.Comment c=r.Comment
out c ;;0
str s=c.Text ;;error because c is 0


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)