By using vba.booksticle.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes
Something went wrong.
inc_db_routines - Error during logging -2147217833 [Microsoft][ODBC SQL Server Driver][SQL Server]String or binary data would be truncated. strSQL = Insert into Log (ev_date,ev_complete,ev_elapsed,ip_addr,url_val,referer,action_val,action_comment) values ('6/29/2025 2:18:39 AM','6/29/2025 2:18:40 AM',1.407227,'216.73.216.232','https://vba.booksticle.com/showlist2.asp?parent=130432','','dbr2653 -2147467259 [Microsoft][ODBC SQL Server Driver][SQL Server]Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.Processing Multiple Errors -2147467259 ',' Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)') Something went wrong. Something went wrong. dbr2598: 0
948 Steps to 6 Figures by Learning Excel-VBA and Other Skills
Step -1 - Processing Multiple Errors
If you're processing a file and want to return multiple errors instead of one do the following
sError = ""
for i = Lbound(array) to UBound(array)
'do a process that sets error_message
sError = sError & error_message & vbCRLF & "<p>"