Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.
All Tags » ADODB (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Re: Display the Edit Query Dialog

    Hi Sam, Yes, that sounds like a lot of effort. Lifting a finger and all... You could code something that retrieves data from the other workbook without using the query editor. Basically an Open-Copy-Paste-Close action would do the trick. A userform could be used to create some flexibility for parameter...
    Posted to Data Exchange (Forum) by Rembo on Wed, May 21 2008
  • Re: Betreft: Add Data to a Blank Excel File

    Here's some code i've used in the past to create tables using ADOX Private Sub createTable(ByRef adoxParentCatalog As Object, _ ByVal strTableName As String) On Error GoTo Error_Handler Dim adoxTable As Object ' ADOX.Table Dim adoxColumn As Object 'ADOX.Column 'Create new instance...
    Posted to Data Exchange (Forum) by Craig Ottley on Sun, Mar 9 2008
  • Re: Add Data to a Blank Excel File

    Connection strings are tricky and it's also tough to experiment with your example (as it's linked to your data), but Yes/No seem strange anyhow. Have you tried False? Or...removing the parameter all together? Just a long shot
    Posted to Data Exchange (Forum) by Nick Hodge on Fri, Feb 29 2008
Page 1 of 1 (3 items)
Copyright Excel User Group and the relevant contributors, 2008. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.