Opening a Excel 5.0 Workbook with VB Code 
Author Message
 Opening a Excel 5.0 Workbook with VB Code

Hello,
Does anyone out there know how to open an Excel 5.0 workbook.  I need
to navigate through the rows and columns and reference specific cells.
Any ideas?

Thanks in advance,
Matt



Mon, 16 Mar 1998 03:00:00 GMT  
 Opening a Excel 5.0 Workbook with VB Code
1. Search VB help for OLE.
2. Get out the ODK and search help for OLE EXCEL

There are a ton of examples in the ODK ....
Jim-


Quote:
>Hello,
>Does anyone out there know how to open an Excel 5.0 workbook.  I need
>to navigate through the rows and columns and reference specific cells.
>Any ideas?

>Thanks in advance,
>Matt



Tue, 17 Mar 1998 03:00:00 GMT  
 Opening a Excel 5.0 Workbook with VB Code
You can do this with ODBC if you have the appropriate drivers.
 If you don't have the drivers you can get them from MS easy
enough.

It's also my unstanding that you can use the data control in VB
4 to attach Excel spreadsheet ranges.  You can not delete data
but you can browse it and enter it.  I don't have my 4.0 yet so
 I have not been able to check this out first hand.  Maybe
someone else can comment on this.



Wed, 25 Mar 1998 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Excel HRESULT: 0x800A03EC when using Workbooks.open or Workbooks._opentext in C#

2. Excel 97/2000: making custom functions (in a hidden workbook) available to all open workbooks

3. Excel Workbook takes too long to open in Excel 2000

4. ASP using a VB DLL to open an Excel workbook

5. Opening Excel Protected workbooks from vb

6. VB check if the Excel Workbook already open

7. How can I open Excel workbook without using Excel.Worksheet

8. detect the worksheet-names in an EXCEL 5.0 workbook

9. Reading Excel 5.0 Workbooks With Visual Basic

10. VBA: Excel workbook to workbook transfer

11. combine multiple excel workbooks into one workbook

12. Finding open Excel workbooks from Access.

 

 
Powered by phpBB® Forum Software