Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Please help!
I need to take a named range of data in Excel 2000 and append it to an existing table in an Access 2000 database programatically. I've been tried different methods and I can't get it to work. I read about "ADO Connection" but don't quite get it. Thank you Cindy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check out this site Cindy
http://www.erlandsendata.no/english/...php?t=envbadac -- Regards Ron de Bruin (Win XP Pro SP-1 XL2000-2003) www.rondebruin.nl "Cindy" wrote in message ... Please help! I need to take a named range of data in Excel 2000 and append it to an existing table in an Access 2000 database programatically. I've been tried different methods and I can't get it to work. I read about "ADO Connection" but don't quite get it. Thank you Cindy |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Ron,
I copied that code into my Excel module and modified. I get a runtime error -2147217900 (80040e14) - Syntax error in from clause for the line of code below: rs.Open "PDA Request Tracking", cn, adOpenKeyset, adLockOptimistic, adCmdTable Any idea what's wrong? "PDA Request Tracking" is the name of my table. Thanks for your help. Cindy -----Original Message----- Check out this site Cindy http://www.erlandsendata.no/english/...php?t=envbadac -- Regards Ron de Bruin (Win XP Pro SP-1 XL2000-2003) www.rondebruin.nl "Cindy" wrote in message ... Please help! I need to take a named range of data in Excel 2000 and append it to an existing table in an Access 2000 database programatically. I've been tried different methods and I can't get it to work. I read about "ADO Connection" but don't quite get it. Thank you Cindy . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi cindy
Rename your table Remove the spaces in your table name -- Regards Ron de Bruin (Win XP Pro SP-1 XL2000-2003) www.rondebruin.nl "Cindy" wrote in message ... Thanks Ron, I copied that code into my Excel module and modified. I get a runtime error -2147217900 (80040e14) - Syntax error in from clause for the line of code below: rs.Open "PDA Request Tracking", cn, adOpenKeyset, adLockOptimistic, adCmdTable Any idea what's wrong? "PDA Request Tracking" is the name of my table. Thanks for your help. Cindy -----Original Message----- Check out this site Cindy http://www.erlandsendata.no/english/...php?t=envbadac -- Regards Ron de Bruin (Win XP Pro SP-1 XL2000-2003) www.rondebruin.nl "Cindy" wrote in message ... Please help! I need to take a named range of data in Excel 2000 and append it to an existing table in an Access 2000 database programatically. I've been tried different methods and I can't get it to work. I read about "ADO Connection" but don't quite get it. Thank you Cindy . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ron,
Thanks so much - it works! You're the greatest. Have a nice day. Cindy -----Original Message----- Hi cindy Rename your table Remove the spaces in your table name -- Regards Ron de Bruin (Win XP Pro SP-1 XL2000-2003) www.rondebruin.nl "Cindy" wrote in message ... Thanks Ron, I copied that code into my Excel module and modified. I get a runtime error -2147217900 (80040e14) - Syntax error in from clause for the line of code below: rs.Open "PDA Request Tracking", cn, adOpenKeyset, adLockOptimistic, adCmdTable Any idea what's wrong? "PDA Request Tracking" is the name of my table. Thanks for your help. Cindy -----Original Message----- Check out this site Cindy http://www.erlandsendata.no/english/index.php? t=envbadac -- Regards Ron de Bruin (Win XP Pro SP-1 XL2000-2003) www.rondebruin.nl "Cindy" wrote in message ... Please help! I need to take a named range of data in Excel 2000 and append it to an existing table in an Access 2000 database programatically. I've been tried different methods and I can't get it to work. I read about "ADO Connection" but don't quite get it. Thank you Cindy . . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening an ACCESS db from the VBE in EXCEL | Excel Discussion (Misc queries) | |||
Opening an ACCESS db from the VBE in EXCEL | Excel Worksheet Functions | |||
Opening an ACCESS db from the VBE in EXCEL | Excel Worksheet Functions | |||
Opening Access From Excel | Excel Discussion (Misc queries) | |||
Opening Excel via Access | Excel Programming |