Jump to content

Specific Excel File open


Recommended Posts

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.

Link to comment
Share on other sites

$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]
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...