View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex[_13_] Alex[_13_] is offline
external usenet poster
 
Posts: 30
Default Display Excel Sheet in VB6

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