Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good day Group,
As a newbie to sql programming in vba I have run into problems. By help from checking old posts in this group I have managed to write codes that with a ADO connection and sql statement extracts data from a closed workbook. I have data in a list in the source workbook that is in abt 4000 rows and 60 columns, When runing the code I will only have 1024 rows extracted. Some columns has cells with up to 500 characters. How to overide this row limit? Brgds CG Rosen ' this code gives only 1024 rows. Why? szSQL = "SELECT * FROM [db_test1$]" Set rsData = New ADODB.Recordset rsData.Open szSQL, szConnect, adOpenStatic, adLockReadOnly |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sum, ave with limits, help pls. | Excel Discussion (Misc queries) | |||
Sum with limits | Excel Discussion (Misc queries) | |||
Name limits | Excel Programming | |||
MS Query: Looking for a work-around to 2-table limits for outer jo | Excel Discussion (Misc queries) | |||
Row Limits | Excel Worksheet Functions |