Next: NewObject
Up: GetObject
Previous: Return Values
Contents
Fabio Mascarenhas de Queiroz 2005-01-07
Sample
excel = luacom.GetObject("Excel.Application") if excel == nil then print("Error! Could not get object!") end
Fabio Mascarenhas de Queiroz 2005-01-07