How can I display an excel spreadsheet on a vb form. I want to be able to scroll the contents of a particular sheet ?
Printable View
How can I display an excel spreadsheet on a vb form. I want to be able to scroll the contents of a particular sheet ?
1. Add the OLE control to your form.
2. Wait for a few seconds as VB displays the
Insert Object dialog box.
3. Pick Microsoft Excel Worksheet or
Microsoft Excel Chart from the Object
Type of the Insert Object.
4. Run the program
5. Double-Click the OLE control
ROSE