+ Reply to Thread
Results 1 to 2 of 2

Run time Error 13: type mismatch

  1. #1
    Registered User
    Join Date
    01-21-2017
    Location
    Pune
    MS-Off Ver
    2014
    Posts
    1

    Cool Run time Error 13: type mismatch

    Sub DD()

    Dim celldata As String

    celldata = ""


    For j = 2 To 9

    celldata = celldata + Cells(3, j) + " "

    Next

    End Sub


    '''value in the 3rd row is 2,4,bi,33,33,55,56,777,ss

  2. #2
    Forum Expert
    Join Date
    02-14-2009
    Location
    .
    MS-Off Ver
    ................
    Posts
    2,840

    Re: Run time Error 13: type mismatch

    A marvel of brevity... Time must be an expensive commodity.

    You cannot Add strings, use Concatenate (&)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Getting run-time error 13 'type mismatch'
    By mso3 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-04-2016, 09:10 PM
  2. Run-time error '13': Type mismatch
    By celias in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 06-22-2016, 05:38 PM
  3. Run time error 13. Type Mismatch
    By nouman229 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-07-2015, 03:59 AM
  4. a different run time 13 type mismatch error
    By Sc0tt1e in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-07-2014, 03:40 PM
  5. Run time error - Type mismatch
    By raraschek in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-28-2014, 12:04 PM
  6. [SOLVED] Run-time error '13': Type mismatch
    By smonzon in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-19-2013, 12:42 AM
  7. Run-Time Error 13, Type Mismatch
    By Jbm444 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 06-11-2010, 12:10 PM

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