Hi Sean,
Thanks for your work. But I must say I don't understand how this work. I'm not a noob in using VBScript to access MS Office apps and in VBA (even if I'm not an expert...), but I don't understand how I can use your Standard Library COM to open an XL file, read or write in a cell, ...
So 2 questions :
- can you please give an example of how to work with Excel (for example), with some explanations ?
- can you give us a little doc for your COM library : for each function, what is it supposed to do, with which parameters and eventually a little example.
I know that writing doc is the less interesting thing in programming, but it's the more usefull to share your work, that seems very good (I red this post and the one on CoHelper, but the examples given don't help me much, and I ask myself if they are compatible with COM.ahk, as you said it is not fully compatible with CoHelper.ahk, and things like
Quote:
CLSID_iTunesApp := "{DC0C2640-1415-4644-875C-6F4D769839BA}"
IID_IiTunes := "{9DD6680B-3EDC-40DB-A771-E6FE4832E34A}"
are like chinese for me...)
Thanks a lot for all that you did and in advance for that you will do....