Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to use workbook is a database.
and each worksheet in the workbook is a data table in this manner. So that i can use SQL statement to write. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just setup a range name for each table, and then use ADO and SQL against the
workbook. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) <CH; "Leow" <CH, wrote in message ... How to use workbook is a database. and each worksheet in the workbook is a data table in this manner. So that i can use SQL statement to write. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
be mindful that there is an open MS bug on this one. The workaround is
that you issue your queries against a closed workbook . If you u do it on an open workbook then excel wouldnt release the system resource eventually resulting in a crash on repeated use. learnt it the hard way . Bob Phillips wrote: Just setup a range name for each table, and then use ADO and SQL against the workbook. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) <CH; "Leow" <CH, wrote in message ... How to use workbook is a database. and each worksheet in the workbook is a data table in this manner. So that i can use SQL statement to write. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel database query referencing data in the same workbook | Excel Discussion (Misc queries) | |||
saving and refreshing workbook linked to a SQL database | Excel Discussion (Misc queries) | |||
Creating an Excel Database in Separate Workbook | Excel Programming | |||
VLOOKUP in another workbook/Access database | Excel Programming | |||
Formatting a workbook for database import | Excel Programming |