external access to "current cell" in Excel

O

OlleHal

I need a way to copy the contents of "the current cell" in an Excel
spreadsheet from my own application. Can this be done? If so , how?
 
G

galimi

The property for the current cell is:

activecell.value

You will need to set a reference to the current version of Excel. What
language did you build your app in?
 
O

OlleHal

Delphi 6

galimi said:
The property for the current cell is:

activecell.value

You will need to set a reference to the current version of Excel. What
language did you build your app in?
 
Top