lobstersim Posted September 21, 2005 Share Posted September 21, 2005 i am a newbie how to create an Excel object in AutoIt script? i tried: $MyObject = ObjCreate("Excel.Application") $MyObject.Visible = True and also tried $FilePath = "D:\Book1.xls" $MyObject = ObjGet($FilePath); both return error $MyObject = ^ ERROR Link to comment Share on other sites More sharing options...
randallc Posted September 21, 2005 Share Posted September 21, 2005 Hi, You need beta version?; see links in my signature. Best, Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
lobstersim Posted September 21, 2005 Author Share Posted September 21, 2005 Thanks Randall Tested ok with Beta ver 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