Hi guys -

I got the following from vb5 help:

Dim ExcelSheet As Object

Set ExcelSheet = CreateObject("Excel.Sheet")
ExcelSheet.Application.Visible = True
ExcelSheet.Cells(1, 1).Value = "This is column A, row 1"

I get an error on the last line: "Object doesn't support this property or method." What's wrong?

Please help.