Excel Windows question

ninjamstr

New member
Joined
Dec 16, 2002
Messages
1
This is my first time on the Forum.

I created an Excel XP addin in VB.NET.
So far all I have is a button in the command bar that displays a messagebox.
My task is to split the window down the middle, keep a worksheet in the left pane and a VB form in the right.

I found a way to split an Excel window, but how do I put other objects (ie: VB form, or word doc) in one of the panes??

Any advice or alternatives are much appreciated.

Thanks.
 
You can try putting a web broswer control in the left hand side of your form. So, then the form will have an excel sheet as well as the form itself. You can addmultiple controls for many no of files/
 
Back
Top