Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Comments Merge cells in Excel
#1
Macro Macro7
Code:
Copy      Help
ExcelSheet es.Init

Excel.Range r=es.ws.Application.Selection
out r.Comment.Text

This code works when cell A1 is selected; return the comment.

When A1 and B1 are merged

The code fails and return

Error (RT) in Macro7: invalid interface pointer. Use _create or other function to create or get object

Do you know why?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)