Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Folks, I am trying to populate a worksheet from an access front end (SQL
server backend) with the following code. Some data is long text (1031 chars and more) and it throws an error: Has anyone succeeded with this sort of thing? Thanks Tim "Application defined or Object defined error" Do Until rs.EOF For lCol = 0 To rs.Fields.Count - 1 oXL.Cells(lRow + 1, lCol + 1) = rs(lCol) Next lRow = lRow + 1 rs.MoveNext Loop |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error while populating a combobox from Access database | Excel Programming | |||
Populating a database with a template | Excel Programming | |||
Populating a database from a questionaire | Excel Programming | |||
Populating data from an external database | Excel Programming | |||
Populating data from an external database | Excel Programming |