|
-
Feb 2nd, 2005, 09:58 AM
#4
Thread Starter
New Member
Re: Excel controls from VB6 program
I have just tried this and i get a "438" error
Object doesn't support this property or method
Heres the full code from VB:
Dim xlsApp As Excel.Application
Set xlsApp = New Excel.Application
xlsApp.Workbooks.Add
....
.....
xlsApp.ActiveBook.ActiveSheet.Shapes("Text1").Text = "HI there"
Any suggestions ?
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
|