|
-
Oct 25th, 2005, 11:48 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Writing to Excel
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|