So I am creating a macro that reads anything from cell A4 until there is a blank row.
I concatenate every string column A that has data and turn it into a string. Then I inserted the string into the sql select statement and it works when I have like 6 cells selected. When I select all the cells I need then it crashes and give me the error message 'Run time error "13" type mismatch"
This is a small sample of cells, but at this point the macro is already crashing.
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
'12345678'
''
'12345678'
Thank you in advance for all your help!!!
Bookmarks