Angel Posted March 2, 2010 Share Posted March 2, 2010 Hi, I'd like to know if there is any way to somehow embed Excel into an AutoIt3 GUI (assuming that Excel is installed of course). What I'd like is to show an Excel graph inside an AutoIt3 GUI. The Excel graph can be created by the AutoIt3 script via the Excel COM interface. Is this possible? Thanks! Angel Link to comment Share on other sites More sharing options...
JohnOne Posted March 2, 2010 Share Posted March 2, 2010 $oExcel = ObjCreate("Excel.Application") see http://www.autoitscript.com/forum/index.php?showtopic=31963 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Angel Posted March 2, 2010 Author Share Posted March 2, 2010 Thank you JohnOne, The thread you linked to is exactly what I was looking for! :-) Angel Link to comment Share on other sites More sharing options...
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