This is a conflict with VB's MDIForm code. If you don't need VB's MDIChildren support, then create a normal Form with a picturebox and use SetParent to put Excel in the picturebox.
Printable View
This is a conflict with VB's MDIForm code. If you don't need VB's MDIChildren support, then create a normal Form with a picturebox and use SetParent to put Excel in the picturebox.
I appreciate the reply!
I have tried putting Excel inside a picture box on another form and it had the same affect.
Have you done it using another form and a picture box?
Not with excel, but I've done it with other programs.
Perhaps you could post up the code you use?