Sample
From LuaCOM
Sample
excel = luacom.GetObject("Excel.Application")
if excel == nil then
print("Error! Could not get object!")
end
Fabio Mascarenhas de Queiroz 2005-01-07
From LuaCOM
excel = luacom.GetObject("Excel.Application")
if excel == nil then
print("Error! Could not get object!")
end