I've posted this once or twice before but no to no avail, so I thought I
would try it once more
I've been trying to access a Lotus123 97' spreadsheat from VB and I'm
having some huge problems... First is there is two libraries a Lotus
123ctrl and a Lotus123 library.. I'm not sure if I need both or not....
Second: Using Excel, something like this would work;
dim objExcel as Object
set objExcel = CreateObject("excel.sheet")
objExcel.application.cells(4,3).value = "49"
set objExcel = nothing
but if I change "excel.sheet" to " lotus123.workbook" it won't work..
and I can't figure out exactly what to do by looking at the object
browser.
Also migrating all lotus sheets to excel isn't an option since the
program may be used on machines that do not have excel
Thanx in advance...
Michael