lobstersim Posted September 21, 2005 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
randallc Posted September 21, 2005 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
lobstersim Posted September 21, 2005 Author Posted September 21, 2005 Thanks Randall Tested ok with Beta ver
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