Embedding an Excel File in .Net

Gizmo001

Active member
Joined
Dec 27, 2002
Messages
33
Is there any way to embed an excel file in a picturebox or panel? In VB5, you could use OLE to do this.
 
Well, kind of. You can embed a spreadsheet into your forms by:

1. Right Click on the toolbox.
2. Select "Customize toolbox"
3. Scroll down to Microsoft Spreadsheet 10.0, select it and click OK
4. It should now be ready for you to drag onto your form
 
Back
Top