|
-
January 25th, 2000, 11:34 AM
#1
Ole Container
I was wondering how to place an OLE object into an OLE container without saving it to a file first. For Example:
'OLE1 is an OLE container on a form
Dim Excel1 As Object
Set Excel1 = CreateObject("Excel.Sheets")
Set OLE1.object = Excel1
This returns an error since (I think) the object property is read only. Does anyone know how to do this?
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
|