PDA

Click to See Complete Forum and Search --> : OLE


nmretd
Nov 28th, 1999, 10:46 PM
How can I display an excel spreadsheet on a vb form. I want to be able to scroll the contents of a particular sheet ?

Rose
Nov 30th, 1999, 10:23 PM
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