Hi, Am 17.05.2009 um 22:28 schrieb Emeka:
(def c (.. Dispatch (call ws "Cells" 1 1) (toDispatch))) Here you retrieve the actual cell.If I have file "hello.xls" already and I have say 'Emeka at Cell 1 1, using the above line could I get 'Emeka .
Yes. Instead of using Add to create a new Workbook, you use Open to open the existing one. Giving the filename, of course.
(. Dispatch put c "Value" "Hello, World!")
Then use get instead of put here. This should give you your value. I found that the VisualBasic help of Excel can be easily translated to such method calls. Sincerely Meikel
smime.p7s
Description: S/MIME cryptographic signature