devilman16 Posted February 18, 2010 Posted February 18, 2010 Hi, I am looking for a solution to read some cells from a currently open Excel file. This file is the result from a export of an other app and so I don't want to save this file first, open it with _excelbookopen read the cells close it and delete the temp Exel file. I tried it with _excelreadcell(WinGetHandle("Excel"), 4,4) but it don't works, is there a other solution? Thanks for help
Juvigy Posted February 18, 2010 Posted February 18, 2010 Did you try $Excel=_ExcelBookAttach to get object from the exported wbook and then _excelreadcell($Excel,4,4) ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now