View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How to access Excel-Sheets from outside Excel ?

Possibly using ADO and VB or another language you could write such a tool.

http://www.erlandsendata.no/english/...php?t=envbadac

--
Regards,
Tom Ogilvy


"Markus Obermayer" wrote in message
...
I am searching for a tool which enables me to retrieve the contents of a

certain cell from outside
Excel through the command line.

I would like to call this utility at the command line, pass a cell

identification and will get the contents e.g.:

D:\tempgetfromexcel.exe myexcelsheet.xls "23,G"
1234.45

Does such a tool exist?

Markus