Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello ! The Jet engine allows to retrieve the contents of a range in a recordset, with queries like : SELECT * FROM [Sheet1$A1:B4] Problem : suppose that in this sheet, only the cells A4:B4 are populated (all other cells are empty). In this case, the recordset built by the above query will have only 1 record, containing the values of A4:B4, and not what we expect (A1:B4). Is it possible to obtain the right records, ie : Record 1 : Null - Null Record 2 : Null - Null Record 3 : Null - Null Record 4 : Value of A4 - Value of B4 Thanks ! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How Do I Query a Named Range | Excel Worksheet Functions | |||
range search query | Excel Programming | |||
Range.Insert query | Excel Programming | |||
How update range after web query? | Excel Programming | |||
Finding the query range | Excel Programming |