View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Display Excel Sheet in VB6

You can't embed the excel workbook in your form as an OLEObject?

--
Regards,
Tom Ogilvy


"Alex" wrote in message
...
Hi,

I need to display a worksheet in VB6.

I know how to do it with a DataGrid (using Adodc) but this has its

limitations..

There is an Excel Sheet that one could insert in a form. However you can't

set a "source" property.

Is there a better way to do it apart from the DataGrid??

Thanks very much for your help,
Alex