Results 1 to 5 of 5

vba array type missmatch

Threaded View

  1. #1
    Registered User
    Join Date
    09-23-2010
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    97

    vba array type missmatch

    Hi,

    im trying to extract values from an array that i have filled with an sql statement, only problem is i get a type missmatch error?
    it could be that the array is very large! maybe 400 entries

    rst.Open "Select ([Channel Brand]) as pc from ChannelBrand WHERE [Channel Brand] IN ('" & Join(Application.Transpose(idtsd), "','") & "')", conn
    idtsd is defined as a variant

    thanks
    Last edited by Jollyfrog; 11-10-2010 at 10:33 AM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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