centralpressure Posted October 19, 2009 Posted October 19, 2009 Hi All, OK, really stooopid newbie, but I think I am just glazed over at this point in the day. I have a specific Excel file I would like opened, but I keep getting an _ExcelBookOpen(): undefined error. Tried looking at the examples and Help, but couldn't quite figure out what I was doing wrong. Here is what I was doing: #include <Excel.au3> $sFilePath1 = 'C:\Program Files\Company\Registrydata_test1.xls' $oExcel = _ExelBookOpen($sFilePath1) Thought this was a simple thing to do, but I am managing to mess it up. Any help will be greatly appreciated.
enaiman Posted October 19, 2009 Posted October 19, 2009 The sticky note on top of this forum says:This is not a general support forum! SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
nfaustin Posted October 20, 2009 Posted October 20, 2009 $sFilePath1 = 'C:\Program Files\Company\Registrydata_test1.xls'$oExcel = _ExelBookOpen($sFilePath1)The function of Excel Book open is misspelled.Is this a typo error or not? [font="Palatino Linotype"][size="2"]*** The information contained in this post should be considered and certified WORKS ON MY MACHINE ***[/size][/font][font="Palatino Linotype"][size="2"] [/size][/font]
centralpressure Posted October 20, 2009 Author Posted October 20, 2009 The function of Excel Book open is misspelled.Is this a typo error or not?Well, I said a really stupid newbie. I screwed up (1) the forum and (2) a simple typo.Thanks and I will remove head from sphincter moving forward.
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