next up previous contents
Next: NewObject Up: GetObject Previous: Return Values   Contents

Sample

excel = luacom.GetObject("Excel.Application")

if excel  == nil then
  print("Error! Could not get object!")
end


Vinicius da Silva Almendra 2003-06-27