socceraddict Posted April 2, 2007 Posted April 2, 2007 I'm trying to use the ExcelCOM_UDF. A lot of the functions use a variable called $oExcel. Can someone explain what the $oExcel variable is? Thanks for the help.
amokoura Posted April 2, 2007 Posted April 2, 2007 That's an Excel object (Excel.Application) which refers to the opened Excel application.Through $oExcel you can call some Excel-related methods and handle workbooks and sheets etc..$oExcel = the magic door to ExcelGoogle for something like "excel vba object"..
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