+ Reply to Thread
Results 1 to 3 of 3

Using ADO to INSERT Named Range Values into DB

  1. #1

    Using ADO to INSERT Named Range Values into DB

    Is there a way that I can insert the contents of a named range within
    Excel into a SQL Server database using ADO?


  2. #2
    Al
    Guest

    RE: Using ADO to INSERT Named Range Values into DB

    Assuming you already know how to insert values into a sql server table,
    you would simply have to refer to the value property of the range name.

    In this example, test is a global range name; department is a field within a
    sql server table.

    ..Fields("department") = Range("test").Value

  3. #3
    Registered User
    Join Date
    03-24-2005
    Posts
    1
    This did not work.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1