 |
elgy Level: Scholar
 Registered: 20-07-2005 Posts: 42
|
Re: how to access field in excel in the program
quote: stickleprojects wrote:
objWorksheet.Cells(Row, Col).Value = text
Regards,
Kieron
thx stickle, but i think i should describe it more clearly.
the xl work sheet i put it as ole object in a form.
if i use ole1.cells(row, col).value = text
error message came up, class or method not found and the "Cells" was highlighted.
is that method need reference? what is the reference?
thx b4.
|
|
27-03-2006 at 05:18 AM |
|
|
|
|
 |
 |