View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
OlleHal OlleHal is offline
external usenet poster
 
Posts: 2
Default external access to "current cell" in Excel

Delphi 6

"galimi" wrote:

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?
--
http://HelpExcel.com

516-984-0252


"OlleHal" wrote:

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?