KY
unread,May 5, 2009, 5:27:29 PM5/5/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ExcelDna
This is more feedback/request for enhancement, but it would be nice to
have an easier way to reference workbooks, worksheets, ranges,
activecell, etc. Im still new to ExcelDNA, but it seems the R1C1 way
of referencing a cell (or getting the active/calling cell) is more
difficult in ExcelDNA than VBA.
For example, I have a UDF function that gets data from another
application using sendkeys and then parsing the clipboard data. This
interaction is a little time intensive (2 - 3 seconds) and I'd like to
overwrite the calling cell (the activecell.value2 and formula). To
me, it seems there is no easy way to reference the caller.